-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharrgo.toml.example
31 lines (25 loc) · 1.04 KB
/
arrgo.toml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
## Default ArrGo discord bot configuration file
## Discord specific settings
[discord]
token = "" ## The discord authentication token
## Log specific settings
[log]
level = "info" ## The log level the bot should report on
## Database settings for the bot data storage
[db]
#user = ""
#pass = ""
#db = ""
#host = ""
#use_tls = true
## Data specific settings like the global encryption key
[data]
#enc_key = "" ## Data encryption key (will be generated when started without this setting)
## Timer settings for background/scheduled tasks
[timer]
#flameheart_spam = "60" ## Minimum amount of minutes for the random number generation
#traderoutes_update = "12h" ## How often are traderoutes checked if an update is needed
#userstats_update = "30m" ## How often are the user stats updated in the database
#userstats_update = "30m" ## How often are the user stats updated in the database
#ratcookie_check = "5m" ## How often are the user's RAT cookies checked for validity
#dailydeed_update = "12h" ## How often are the SoT daily deeds are updated