mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 18:01:42 +00:00
7 lines
157 B
Text
7 lines
157 B
Text
production:
|
|
adapter: postgresql
|
|
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
|
|
database: sutty
|
|
user: sutty
|
|
host: postgresql
|
|
encoding: unicode
|