Update environment configuration and refactor activities to include metrics controller. Remove Kafka settings and adjust Redis and MongoDB initialization. Update tests to reflect changes in initialization and metrics tracking.
25 lines
487 B
Plaintext
25 lines
487 B
Plaintext
POSTGRES_HOST=postgres
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_USER=sientia
|
|
POSTGRES_PASSWORD=sientia
|
|
POSTGRES_DB=sientia
|
|
POSTGRES_MIN_CONNECTIONS=5
|
|
POSTGRES_MAX_CONNECTIONS=20
|
|
|
|
MONGODB_USERNAME="root"
|
|
MONGODB_PASSWORD="password"
|
|
MONGODB_URL="my-release-mongodb.mongodb.svc.cluster.local:27017"
|
|
MONGODB_DATABASE="sientia"
|
|
|
|
REDIS_HOST=localhost
|
|
REDIS_PORT=6379
|
|
REDIS_USERNAME="user"
|
|
REDIS_PASSWORD="pass"
|
|
|
|
TEMPORAL_HOST=localhost:7233
|
|
TEMPORAL_NAMESPACE=scouter
|
|
|
|
LOG_LEVEL=INFO
|
|
|
|
PROJECT_NAME=scouter
|