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

@@ -6,7 +6,7 @@ FRONTEND_PORT=3000
BACKEND_PORT=8000
# --- database ---
POSTGRES_DB=openclaw_agency
POSTGRES_DB=mission_control
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_PORT=5432