mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-07-29 12:56:36 +02:00
better config path + enabled proxy usage
This commit is contained in:
24
config
24
config
@ -1,9 +1,21 @@
|
||||
[DEFAULT]
|
||||
motpath = /your/path/to/words/list.txt
|
||||
logpath = /your/path/to/words/loginandpass.csv
|
||||
successlink = https://discord.com/api/webhooks/[put your webhook here]
|
||||
errorlink =https://discord.com/api/webhooks/[put your webhook here]
|
||||
[PATH]
|
||||
|
||||
motpath = /your/path/to/words_list.txt
|
||||
logpath = /your/path/to/loginandpass.csv
|
||||
|
||||
[SETTINGS]
|
||||
|
||||
FidelityLink = Null
|
||||
embeds = False
|
||||
Headless = True
|
||||
Log = False
|
||||
|
||||
[DISCORD]
|
||||
|
||||
successlink = https://discord.com/api/webhooks/[put your webhook here]
|
||||
errorlink =https://discord.com/api/webhooks/[put your webhook here]
|
||||
|
||||
[PROXY]
|
||||
|
||||
enabled = False
|
||||
url = Null
|
||||
port = 0
|
||||
|
Reference in New Issue
Block a user