Code import - branch release/SIENTIAPDE-1646
This commit is contained in:
36
.env
Normal file
36
.env
Normal file
@@ -0,0 +1,36 @@
|
||||
POSTGRES_HOST="db.sientia.ai"
|
||||
POSTGRES_PORT="30432"
|
||||
POSTGRES_USER="postgres"
|
||||
POSTGRES_PASSWORD="nFqc81y6kwmr2zuAIx43DhiOosFCVPpeEfTtTWZflkNjB2j1KtEeIANkhFR9mAX3"
|
||||
POSTGRES_DBNAME="sientia"
|
||||
POSTGRES_MIN_CONNECTIONS="10"
|
||||
POSTGRES_MAX_CONNECTIONS="30"
|
||||
|
||||
MLFLOW_HOST="https://tracking.sientia.ai"
|
||||
MLFLOW_PORT="80"
|
||||
MLFLOW_USERNAME="aignosi"
|
||||
MLFLOW_PASSWORD="1L0FP50j3ncp123"
|
||||
|
||||
OPC_ID="1"
|
||||
OPC_URL="opc.tcp://sientia-opc-simulator-opc.sientia.svc.cluster.local:4840"
|
||||
|
||||
LOG_LEVEL="DEBUG"
|
||||
HTTP_METRICS_PORT="9090"
|
||||
HTTP_SDK_METRICS_PORT="9091"
|
||||
PROJECT_NAME="sientia-laborious"
|
||||
|
||||
TEMPORAL_HOST="orchestrator.sientia.ai"
|
||||
TEMPORAL_NAMESPACE="laborious"
|
||||
TEMPORAL_USE_TLS="true"
|
||||
|
||||
MONGODB_USERNAME="root"
|
||||
MONGODB_PASSWORD="wKZDbMNU1c"
|
||||
MONGODB_URL="db.sientia.ai:32017"
|
||||
MONGODB_DATABASE="sientia"
|
||||
MONGODB_TTL_INDEX_HOURS="1"
|
||||
|
||||
MINIO_ENDPOINT_URL="storage.sientia.ai"
|
||||
MINIO_ACCESS_KEY="admin"
|
||||
MINIO_SECRET_KEY="LiArt4eNmJ"
|
||||
MINIO_DEFAULT_BUCKET="sientia"
|
||||
MINIO_SECURE="true"
|
||||
Reference in New Issue
Block a user