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