chore(compose): default POSTGRES_DB to mission_control

This commit is contained in:
Ishaan (OpenClaw)
2026-02-07 07:15:53 +00:00
parent 175126a44b
commit affce2aba8
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
ENVIRONMENT=dev
LOG_LEVEL=INFO
DATABASE_URL=postgresql+psycopg://postgres:postgres@localhost:5432/openclaw_agency
DATABASE_URL=postgresql+psycopg://postgres:postgres@localhost:5432/mission_control
REDIS_URL=redis://localhost:6379/0
CORS_ORIGINS=http://localhost:3000
BASE_URL=