update config

This commit is contained in:
2025-01-01 15:49:55 +07:00
parent 535d25cf82
commit ca2db6efdc
4 changed files with 37 additions and 5 deletions

View File

@ -15,8 +15,8 @@
"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": {
@ -26,6 +26,6 @@
"username": "bri_staging",
"password": "fK*#o>1W2&6f",
"database": "bri_erp_staging",
"logging": false
"logging": true
}
}