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: {
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue