forked from OpenNeo/impress
Matchu
caef1620be
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!
9 lines
180 B
YAML
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'] %>
|