1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/config/database.yml.default

24 lines
656 B
Plaintext
Raw Normal View History

2020-01-27 17:10:29 +01:00
# For development & test environments, copy this file to database.yml
# For staging & production environments, use docker/database.yml
2016-03-23 18:39:41 +01:00
development:
2015-05-05 03:10:25 +02:00
adapter: postgresql
host: fabmanager-postgres
2015-05-05 03:10:25 +02:00
encoding: unicode
database: fabmanager_development
2015-05-05 03:10:25 +02:00
pool: 25
username: postgres
password: postgres
2015-05-05 03:10:25 +02:00
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
2016-03-23 18:39:41 +01:00
adapter: postgresql
host: fabmanager-postgres
2016-03-23 18:39:41 +01:00
encoding: unicode
database: fabmanager_test
2016-03-23 18:39:41 +01:00
pool: 25
username: postgres
password: postgres