mirror of
https://github.com/danbee/my-images
synced 2025-03-04 08:49:05 +00:00
15 lines
258 B
YAML
15 lines
258 B
YAML
development:
|
|
adapter: postgresql
|
|
database: my_images_dev
|
|
pool: 5
|
|
timeout: 5000
|
|
|
|
test:
|
|
adapter: postgresql
|
|
database: my_images_test
|
|
pool: 5
|
|
timeout: 5000
|
|
|
|
production:
|
|
url: <%= ENV.fetch("DATABASE_URL", "postgresql://localhost/my-images") %>
|