mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-24 06:04:57 +05:00
hm
This commit is contained in:
parent
8b304539ee
commit
97898d88b1
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue