default: &default adapter: postgresql encoding: unicode password: CHANGE_ME pool: 16 username: postgres host: localhost development: <<: *default database: codeocean_development production: <<: *default database: codeocean_production test: <<: *default database: codeocean_test