Files
growstuff/config/database.yml
2023-04-13 16:50:23 +01:00

29 lines
493 B
YAML

development:
adapter: postgresql
database: growstuff_dev
user: postgres
password: postgres
host: db
test:
adapter: postgresql
database: growstuff_test
production:
adapter: postgresql
database: growstuff_prod
pool: 5
timeout: 5000
username: growstuff
host: localhost
password: thisisnottherealpassword
staging:
adapter: postgresql
database: growstuff_prod
pool: 5
timeout: 5000
username: growstuff
host: localhost
password: thisisnottherealpassword