This commit is contained in:
Yostra 2020-09-09 16:39:19 -07:00 committed by Gene Hoffman
parent 579b0e7c28
commit 75ab278488

View File

@ -1,6 +1,6 @@
const config = {
local_test: false,
backup_host: "httpss://backup.chia.net"
backup_host: "https://backup.chia.net"
};
module.exports = config;