From f7d2c3593d13daf995eff6a362922ad63bd73140 Mon Sep 17 00:00:00 2001 From: Adrix <129524793+VoxyB89@users.noreply.github.com> Date: Sun, 27 Oct 2024 17:22:24 +0200 Subject: [PATCH] Update config.json --- Config/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Config/config.json b/Config/config.json index b8bdd27..6f2dda1 100644 --- a/Config/config.json +++ b/Config/config.json @@ -79,10 +79,10 @@ "bEnableCubeLake": false, "cubeLakeDate": "2020-01-01T00:00:00.000Z" - // Use HTTPS (For VPS Side Only, Or If You Were To Setup A Type Record To Your Own Public Adress From Your Domain) + "//": "Use HTTPS (For VPS Side Only, Or If You Were To Setup A Type Record To Your Own Public Adress From Your Domain)", "bEnableHTTPS": true, "ssl": { - "cert": "./ssl/certificate.crt", // Path to SSL certificate - "ca": "./ssl/ca_bundle.crt", // Path to CA bundle (optional) - "key": "./ssl/private.key" // Path to private key + "cert": "./ssl/certificate.crt", "//": "Path to SSL certificate", + "ca": "./ssl/ca_bundle.crt", "//": "Path to CA bundle (optional)", + "key": "./ssl/private.key" "//": "Path to private key", }