Merge pull request 'Fix production DB host' (#166) from fix-prod-db-host into main
Some checks failed
Check usage of free licenses / check-licenses (push) Successful in 45s
Run unit tests / unit_tests (push) Successful in 1m50s
Build Nginx-based docker image / build-static-assets (push) Failing after 11m36s

Reviewed-on: #166
This commit is contained in:
bustikiller 2024-12-07 19:02:30 +00:00
commit 0e234b34a0

View File

@ -83,6 +83,7 @@ test:
#
production:
<<: *default
host: db
database: wedding_planner_production
username: wedding_planner
password: <%= ENV["WEDDING_PLANNER_DATABASE_PASSWORD"] %>