From ff7732f3b3095d66b198bea8837fd6a0046cda6b Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 23 Sep 2023 23:08:19 +0200 Subject: [PATCH] fix json typo + URL --- conf/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.json b/conf/config.json index 2d8f59c..6100205 100644 --- a/conf/config.json +++ b/conf/config.json @@ -1,5 +1,5 @@ { - "baseurl": "__DOMAIN__", + "baseurl": "https://__DOMAIN__", "server": { "host": "localhost", "port": "__PORT__" @@ -20,5 +20,5 @@ }, "user_locale": "__DATA_DIR__/user_locale", "upload_path": "__DATA_DIR__/uploads", - "plugins_path": "__DATA_DIR__/plugins", + "plugins_path": "__DATA_DIR__/plugins" }