mirror of
https://github.com/chenasraf/opensnp.org-docker.git
synced 2026-05-17 17:48:10 +00:00
14 lines
164 B
YAML
14 lines
164 B
YAML
default: &default
|
|
adapter: postgresql
|
|
url: <%= ENV['POSTGRES_URL'] %>
|
|
pool: 20
|
|
|
|
development:
|
|
<<: *default
|
|
|
|
test:
|
|
<<: *default
|
|
|
|
production:
|
|
<<: *default
|