41 lines
674 B
JSON
41 lines
674 B
JSON
{
|
|
"database": {
|
|
"host": "senaai.tech",
|
|
"port": 11001,
|
|
"username": "root",
|
|
"password": "Sena@2026!",
|
|
"database": "sena_school_db",
|
|
"dialect": "mysql",
|
|
"pool": {
|
|
"max": 20,
|
|
"min": 5,
|
|
"acquire": 60000,
|
|
"idle": 10000
|
|
},
|
|
"logging": false,
|
|
"timezone": "+07:00"
|
|
},
|
|
"redis": {
|
|
"cluster": [
|
|
{
|
|
"host": "senaai.tech",
|
|
"port": 11010
|
|
},
|
|
{
|
|
"host": "senaai.tech",
|
|
"port": 11011
|
|
}
|
|
],
|
|
"password": "Sena@2026!",
|
|
"db": 0,
|
|
"keyPrefix": "sena:"
|
|
},
|
|
"server": {
|
|
"port" : 10000,
|
|
"env": "production"
|
|
},
|
|
"cors": {
|
|
"origin": "*"
|
|
}
|
|
}
|