mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
disable for now
This commit is contained in:
parent
e91d0725d1
commit
93c1db265e
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ module.exports.load = async client => {
|
||||||
secret: client.config.dashboard.secret,
|
secret: client.config.dashboard.secret,
|
||||||
},
|
},
|
||||||
SSL: {
|
SSL: {
|
||||||
enabled: true,
|
enabled: false,
|
||||||
key: fs.readFileSync(`${__dirname}/../jababot-cloudflare.key`, "utf-8"),
|
key: fs.readFileSync(`${__dirname}/../jababot-cloudflare.key`, "utf-8"),
|
||||||
cert: fs.readFileSync(`${__dirname}/../jababot-cloudflare.crt`, "utf-8"),
|
cert: fs.readFileSync(`${__dirname}/../jababot-cloudflare.crt`, "utf-8"),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue