update config

This commit is contained in:
2024-12-24 14:08:11 +07:00
parent 798b40006b
commit ae66b1f8f1
2 changed files with 41 additions and 3 deletions

View File

@ -8,15 +8,15 @@
"server": {
"port": "4001",
"host": "0.0.0.0",
"host_swagger": "http://brilianapps.shiblysolution.id:4001",
"host_swagger": "http://brilianapps.shiblysolution.id:5001",
"max_body": "50mb",
"max_upload": 104857600,
"morgan": "combined",
"cors": "*",
"ssl": {
"enable": false,
"cert": "/etc/letsencrypt/live/bri-dev.shiblysolution.id/fullchain.pem",
"key": "/etc/letsencrypt/live/bri-dev.shiblysolution.id/privkey.pem"
"cert": "",
"key": ""
}
},
"database": {