30 lines
584 B
Text
30 lines
584 B
Text
|
{
|
||
|
"url": "DOMAIN_URL",
|
||
|
"theme": "default",
|
||
|
"development": {
|
||
|
"database": "DATABASE",
|
||
|
"user": "DATABASE_USER",
|
||
|
"password": "DATABASE_PASS",
|
||
|
"dialect": "postgres",
|
||
|
"host": "localhost",
|
||
|
"operatorsAliases": false,
|
||
|
"pool": {
|
||
|
"max": 9,
|
||
|
"min": 0,
|
||
|
"idle": 10000
|
||
|
}
|
||
|
},
|
||
|
"production": {
|
||
|
"database": "DATABASE",
|
||
|
"user": "DATABASE_USER",
|
||
|
"password": "DATABASE_PASS",
|
||
|
"operatorsAliases": false,
|
||
|
"host": "localhost",
|
||
|
"dialect": "postgres",
|
||
|
"pool": {
|
||
|
"max": 9,
|
||
|
"min": 0,
|
||
|
"idle": 10000
|
||
|
}
|
||
|
}
|
||
|
}
|