Files
sena_db_api_layer/config/config.json
silverpro89 816794a861
All checks were successful
Deploy to Production / deploy (push) Successful in 23s
update
2026-01-27 18:33:35 +07:00

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": "*"
}
}