Files
old-crm-integration/config/config.json

17 lines
299 B
JSON
Raw Normal View History

2019-05-24 14:04:32 +02:00
{
"development": {
"username": "docker",
"password": "docker",
"database": "CrmIntegration",
2019-06-14 17:41:09 +02:00
"port": "5431",
"dialect": "postgres",
"logging": false
2019-05-24 14:04:32 +02:00
},
"test": {
"use_env_variable": "DATABASE_URL"
},
"production": {
"use_env_variable": "DATABASE_URL"
}
}