chore: fix ssl setting in stag

This commit is contained in:
avicenan
2026-02-23 09:06:15 +07:00
parent d166b02ea9
commit 16fb38b18d

View File

@ -14,7 +14,7 @@
"morgan": "combined",
"cors": "*",
"ssl": {
"enable": true,
"enable": false,
"cert": "",
"key": ""
}