impress/config/database.yml
Matchu caef1620be Add database.yml to git again
We gitignored it a long time ago as the way to hide our db secrets, but that's not how we manage them anymore! (Or, well, we haven't done production deployment with this new setup yet, but you get the point.)

This helps clarify what the database config oughta look like!
2023-10-23 19:05:07 -07:00

9 lines
180 B
YAML

development:
adapter: mysql2
database: openneo_impress
username: openneo_impress
password: openneo_impress
pool: 5
production:
url: <%= ENV['DATABASE_URL_PRIMARY'] %>