chexpire-ansible/roles/chexpire-user-init/templates/database.yml.j2

5 lines
121 B
Plaintext
Raw Normal View History

2019-09-10 22:56:33 +02:00
production:
url: <%= ENV.fetch('DATABASE_URL') %>
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
encoding: utf8