update swagger & ssl turn off

This commit is contained in:
2024-11-29 15:37:04 +07:00
parent 6a9849a1d2
commit 1b71dc7776
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
"morgan": "combined",
"cors": "*",
"ssl": {
"enable": true,
"enable": false,
"cert": "/etc/letsencrypt/live/bri-dev.shiblysolution.id/fullchain.pem",
"key": "/etc/letsencrypt/live/bri-dev.shiblysolution.id/privkey.pem"
}