Files
old-web/app/config/config.json
2019-04-30 09:19:52 +02:00

16 lines
271 B
JSON

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