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: { SSL: {
enabled: true, enabled: true,
key: "../jababot-cloudflare.key", key: "../../jababot-cloudflare.key",
cert: "../jababot-cloudflare.crt", cert: "../../jababot-cloudflare.crt",
}, },
cookiesSecret: client.config.dashboard.secret, cookiesSecret: client.config.dashboard.secret,
domain: client.config.dashboard.domain, domain: client.config.dashboard.domain,