Initial setup

This commit is contained in:
Senad Uka
2019-05-24 14:04:32 +02:00
parent 30f0874490
commit 84443783da
26 changed files with 13324 additions and 1 deletions

15
config/config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"development": {
"username": "docker",
"password": "docker",
"database": "CrmIntegration",
"port": "5432",
"dialect": "postgres"
},
"test": {
"use_env_variable": "DATABASE_URL"
},
"production": {
"use_env_variable": "DATABASE_URL"
}
}