From a8dacf85d188d829c384ad846b0598e3ad56a327 Mon Sep 17 00:00:00 2001 From: piair338 Date: Sun, 16 Oct 2022 12:57:38 +0000 Subject: [PATCH] why --- user_data/config.default | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/user_data/config.default b/user_data/config.default index 8b13789..380b887 100644 --- a/user_data/config.default +++ b/user_data/config.default @@ -1 +1,36 @@ +[PATH] +motpath = /usr/share/dict/french +logpath = /your/path/to/loginandpass.csv + +[SETTINGS] + +FidelityLink = Null +embeds = False +Headless = True + +[DISCORD] + +DiscordErrorEnabled = True +DiscordSuccessEnabled = True +successlink = https://discord.com/api/webhooks/[put your webhook here] +errorlink =https://discord.com/api/webhooks/[put your webhook here] + +[PROXY] + +proxy_enabled = False +url = Null +port = 0 + +[SQL] + +sql_enabled = False +host = Null +database = MsRewards +usr = root +pwd = password + +[OTHER] + +ipv6 = False +claim_amazon = False \ No newline at end of file