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

16 lines
277 B
JSON
Raw Normal View History

2019-05-24 14:04:32 +02:00
{
"development": {
"username": "docker",
"password": "docker",
"database": "CrmIntegration",
"port": "5432",
"dialect": "postgres"
},
"test": {
"use_env_variable": "DATABASE_URL"
},
"production": {
"use_env_variable": "DATABASE_URL"
}
}