2019-04-20 05:26:14 +02:00
|
|
|
{
|
|
|
|
|
"development": {
|
2019-04-30 09:06:46 +02:00
|
|
|
"username": "docker",
|
|
|
|
|
"password": "docker",
|
|
|
|
|
"database": "marketalerts",
|
2019-04-30 09:19:52 +02:00
|
|
|
"port": "5432",
|
2019-04-30 09:06:46 +02:00
|
|
|
"dialect": "postgres"
|
2019-04-20 05:26:14 +02:00
|
|
|
},
|
|
|
|
|
"test": {
|
2019-05-21 12:11:30 +02:00
|
|
|
"use_env_variable": "DATABASE_URL"
|
2019-04-20 05:26:14 +02:00
|
|
|
},
|
|
|
|
|
"production": {
|
2019-05-21 12:11:30 +02:00
|
|
|
"use_env_variable": "DATABASE_URL"
|
2019-04-20 05:26:14 +02:00
|
|
|
}
|
|
|
|
|
}
|