thirteen-tien-len_classic/config/database.example.yml

16 lines
357 B
YAML

default: &default
adapter: postgresql
encoding: unicode
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
template: template0
password:
development:
<<: *default
database: thirteen_development
production:
<<: *default
database: thirteen_production
username: <%= ENV['THIRTEEN_DB_USER'] %>
password: <%= ENV['THIRTEEN_DB_PASSWORD'] %>