Code import - branch 0.6.0

This commit is contained in:
2026-08-05 13:53:41 +00:00
commit 4366a9ab72
94 changed files with 16486 additions and 0 deletions

35
.env.example Normal file
View File

@@ -0,0 +1,35 @@
REDIS_HOST="redis-master.redis.svc.cluster.local"
REDIS_PORT="6379"
REDIS_USERNAME="redis_username"
REDIS_PASSWORD="redis_password"
MONGODB_USERNAME="mongo_username"
MONGODB_PASSWORD="mongo_password"
MONGODB_URL="my-release-mongodb.mongodb.svc.cluster.local:27017"
MONGODB_DATABASE="sientia"
MONGODB_TTL_INDEX_HOURS="1"
EMAIL_SENDER="aignosi@aignosi.com.br"
EMAIL_SENDER_PASSWORD="smtp_password"
EMAIL_SMTP_SERVER="smtp.gmail.com"
EMAIL_SMTP_PORT="587"
POSTGRES_HOST="paradedb-rw.paradedb.svc.cluster.local"
POSTGRES_PORT="5432"
POSTGRES_USER="sientia"
POSTGRES_PASSWORD="sientia"
POSTGRES_DBNAME="sientia"
POSTGRES_MIN_CONNECTIONS="10"
POSTGRES_MAX_CONNECTIONS="40"
LOG_LEVEL="DEBUG"
HTTP_METRICS_PORT="9090"
PROJECT_NAME="sientia-orchestrator"
TEMPORAL_HOST="temporal-frontend.temporal.svc.cluster.local:7233"
TEMPORAL_NAMESPACE="default"
TEMPORAL_SCOUTER_NAMESPACE="scouter"
TEMPORAL_LABORIOUS_NAMESPACE="laborious"
RUNTIME=local
# ACTIVITY_EXECUTOR_MAX_WORKERS=200