From 16fb38b18daface5ffcc22110ffdd1b4cedcd663 Mon Sep 17 00:00:00 2001 From: avicenan Date: Mon, 23 Feb 2026 09:06:15 +0700 Subject: [PATCH] chore: fix ssl setting in stag --- config/stag.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/stag.json b/config/stag.json index 6b50634..98b234b 100644 --- a/config/stag.json +++ b/config/stag.json @@ -14,7 +14,7 @@ "morgan": "combined", "cors": "*", "ssl": { - "enable": true, + "enable": false, "cert": "", "key": "" }