mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-10 17:26:17 +00:00
feat: Disable automatic configuration updates in config.jsonc
This commit is contained in:
@@ -163,7 +163,7 @@
|
|||||||
"enabled": true,
|
"enabled": true,
|
||||||
"method": "github-api",
|
"method": "github-api",
|
||||||
"dockerMode": "auto", // "auto" = detect automatically, "force-docker" = always use Docker mode, "force-host" = never use Docker mode
|
"dockerMode": "auto", // "auto" = detect automatically, "force-docker" = always use Docker mode, "force-host" = never use Docker mode
|
||||||
"autoUpdateConfig": true,
|
"autoUpdateConfig": false,
|
||||||
"autoUpdateAccounts": false
|
"autoUpdateAccounts": false
|
||||||
},
|
},
|
||||||
// === ERROR REPORTING ===
|
// === ERROR REPORTING ===
|
||||||
|
|||||||
Reference in New Issue
Block a user