Fix BACKUP_DATABASES: correct hk_planner_db name, add all deployed databases
This commit is contained in:
parent
4f4f29720d
commit
5e7093c115
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ WEBHOOK_SECRET=CHANGE_ME_match_forgejo_webhook_secret
|
||||||
CENTRAL_AUTH_SECRET=CHANGE_ME_same_as_auth_service
|
CENTRAL_AUTH_SECRET=CHANGE_ME_same_as_auth_service
|
||||||
AUTH_URL=http://10.10.10.101:3001
|
AUTH_URL=http://10.10.10.101:3001
|
||||||
PG_SUPERPASS=CHANGE_ME_postgres_superuser_password
|
PG_SUPERPASS=CHANGE_ME_postgres_superuser_password
|
||||||
BACKUP_DATABASES=auth_db noticeboard_db cashup_db hk_db maintenance_db settings_db
|
BACKUP_DATABASES=auth_db noticeboard_db cashup_db hk_planner_db twin_optimiser_db room_planner_db maintenance_db forecasting_db rates_db settings_db
|
||||||
SETTINGS_URL=http://10.10.10.116:3080
|
SETTINGS_URL=http://10.10.10.116:3080
|
||||||
SETTINGS_SECRET=CHANGE_ME_same_as_settings_service
|
SETTINGS_SECRET=CHANGE_ME_same_as_settings_service
|
||||||
KUMA_PUSH_URL=http://localhost:3001/api/push/KUMA_TOKEN
|
KUMA_PUSH_URL=http://localhost:3001/api/push/KUMA_TOKEN
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue