DEFAULTS: &DEFAULT adapter: postgresql encoding: unicode host: localhost pool: 8 development: <<: *DEFAULT database: twibooru_development test: <<: *DEFAULT database: twibooru_test staging: <<: *DEFAULT database: twibooru_staging production: <<: *DEFAULT pool: 64 idle_timeout: 30 user: twibooru database: twibooru