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
|
2016-03-23 18:39:41 +01:00
|
|
|
host: localhost
|
2015-05-05 03:10:25 +02:00
|
|
|
encoding: unicode
|
2016-04-05 12:36:55 +02:00
|
|
|
database: fabmanager_development
|
2015-05-05 03:10:25 +02:00
|
|
|
pool: 25
|
2018-11-26 15:14:43 +01:00
|
|
|
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: localhost
|
|
|
|
encoding: unicode
|
2016-04-05 12:36:55 +02:00
|
|
|
database: fabmanager_test
|
2016-03-23 18:39:41 +01:00
|
|
|
pool: 25
|
2018-11-26 15:14:43 +01:00
|
|
|
username: postgres
|
|
|
|
password: postgres
|