mirror of
https://github.com/Growstuff/growstuff.git
synced 2025-12-24 01:57:46 -05:00
32 lines
542 B
YAML
32 lines
542 B
YAML
development:
|
|
adapter: postgresql
|
|
database: growstuff_dev
|
|
user: postgres
|
|
password: postgres
|
|
host: db
|
|
|
|
test:
|
|
adapter: postgresql
|
|
database: growstuff_test
|
|
user: postgres
|
|
password: postgres
|
|
host: db
|
|
|
|
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
|