2022-03-30 22:12:56 -05:00
|
|
|
default: &default
|
2022-03-30 22:52:39 -05:00
|
|
|
adapter: postgresql
|
|
|
|
encoding: unicode
|
|
|
|
host: db
|
|
|
|
username: postgres
|
|
|
|
password: password
|
|
|
|
pool: 5
|
2022-03-30 22:12:56 -05:00
|
|
|
|
|
|
|
development:
|
|
|
|
<<: *default
|
2022-03-30 22:52:39 -05:00
|
|
|
database: data_importer_development
|
|
|
|
|
2022-03-30 22:12:56 -05:00
|
|
|
|
|
|
|
test:
|
|
|
|
<<: *default
|
2022-03-30 22:52:39 -05:00
|
|
|
database: data_importer_test
|
2022-03-30 22:12:56 -05:00
|
|
|
|