This commit is contained in:
Jonny_Bro (Nikita) 2023-06-27 00:52:58 +05:00
parent 8b304539ee
commit 97898d88b1

View file

@ -44,8 +44,8 @@ module.exports.load = async client => {
},
SSL: {
enabled: true,
key: "../jababot-cloudflare.key",
cert: "../jababot-cloudflare.crt",
key: "../../jababot-cloudflare.key",
cert: "../../jababot-cloudflare.crt",
},
cookiesSecret: client.config.dashboard.secret,
domain: client.config.dashboard.domain,