Files
sena_db_api_layer/config/config.json
silverpro89 97e2e8402e update
2026-01-19 20:32:23 +07:00

41 lines
673 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" : 3000,
"env": "production"
},
"cors": {
"origin": "*"
}
}