update
This commit is contained in:
40
config/config.json
Normal file
40
config/config.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"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" : 4000,
|
||||
"env": "production"
|
||||
},
|
||||
"cors": {
|
||||
"origin": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user