Fix production DB host #166

Merged
bustikiller merged 1 commits from fix-prod-db-host into main 2024-12-07 19:02:30 +00:00

View File

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