mirror of
https://gitlab.com/octospacc/WinDog.git
synced 2025-06-05 22:09:20 +02:00
Misc updates, improve global API, start work on db and module strings
This commit is contained in:
@ -4,12 +4,14 @@
|
||||
# ================================== #
|
||||
""" # windog config start # """
|
||||
|
||||
# If you have modified the bot's code, you should set this
|
||||
# If you have modified the bot's code, you should set this.
|
||||
ModifiedSourceUrl = ""
|
||||
|
||||
# Logging of system information and runtime errors. Recommended to be on at least for console.
|
||||
LogToConsole = True
|
||||
LogToFile = True
|
||||
|
||||
# Dumping of the bot's remote events. Should stay off unless needed for debugging.
|
||||
DumpToConsole = False
|
||||
DumpToFile = False
|
||||
|
||||
|
Reference in New Issue
Block a user