Files
old-web/app/config/config.json
2019-05-21 12:11:30 +02:00

16 lines
275 B
JSON

{
"development": {
"username": "docker",
"password": "docker",
"database": "marketalerts",
"port": "5432",
"dialect": "postgres"
},
"test": {
"use_env_variable": "DATABASE_URL"
},
"production": {
"use_env_variable": "DATABASE_URL"
}
}