17 lines
299 B
JSON
17 lines
299 B
JSON
{
|
|
"development": {
|
|
"username": "docker",
|
|
"password": "docker",
|
|
"database": "CrmIntegration",
|
|
"port": "5431",
|
|
"dialect": "postgres",
|
|
"logging": false
|
|
},
|
|
"test": {
|
|
"use_env_variable": "DATABASE_URL"
|
|
},
|
|
"production": {
|
|
"use_env_variable": "DATABASE_URL"
|
|
}
|
|
}
|