Files
old-web/app/config/config.json

16 lines
271 B
JSON
Raw Permalink Normal View History

{
"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"
},
"test": {
"use_env_variable": "JAWSDB_URL"
},
"production": {
"use_env_variable": "JAWSDB_URL"
}
}