feat: isolate beta on stonks_beta database, stop sharing stonks_paper
This commit is contained in:
@@ -31,8 +31,8 @@ config:
|
||||
# Use same infra services (shared postgres/redis/minio)
|
||||
POSTGRES_HOST: "postgresql-rw.postgresql-service.svc.cluster.local"
|
||||
POSTGRES_PORT: "5432"
|
||||
POSTGRES_DB: "stonks_paper"
|
||||
POSTGRES_USER: "stonks_paper"
|
||||
POSTGRES_DB: "stonks_beta"
|
||||
POSTGRES_USER: "stonks_beta"
|
||||
REDIS_HOST: "redis-master.redis-service.svc.cluster.local"
|
||||
REDIS_PORT: "6379"
|
||||
REDIS_DB: "1"
|
||||
|
||||
Reference in New Issue
Block a user