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

16 lines
275 B
JSON
Raw 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": {
2019-05-21 12:11:30 +02:00
"use_env_variable": "DATABASE_URL"
},
"production": {
2019-05-21 12:11:30 +02:00
"use_env_variable": "DATABASE_URL"
}
}