rosa-build/config/database.yml.sample

19 lines
467 B
Plaintext
Raw Permalink Normal View History

2011-03-09 13:13:36 +00:00
production:
adapter: postgresql
encoding: unicode
database: <%= ENV["DATABASE_NAME"] %>
template: template0
host: <%= ENV["DATABASE_HOST"] %>
username: <%= ENV["DATABASE_USERNAME"] %>
password: <%= ENV["DATABASE_PASSWORD"] %>
pool: <%= ENV["DATABASE_POOL"] %>
timeout: <%= ENV["DATABASE_TIMEOUT"] %>
2019-02-24 15:11:16 +00:00
prepared_statements: false
2013-06-14 14:04:17 +01:00
test:
adapter: postgresql
encoding: unicode
template: template0
database: rosa_build_test
username: postgres