forked from bjmnbraun/novabot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.ini
40 lines (38 loc) · 952 Bytes
/
config.example.ini
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
31
32
33
34
35
36
37
38
39
40
[config]
token =
blacklist = [13, 16, 19, 21, 23, 29, 32, 41, 48, 60, 98, 115, 118, 120, 183, 161, 165, 167, 177, 194, 198]
raidBosses = [2,5,8,11,28,31,34,38,62,65,68,71,73,76,82,91,94,105,123,129,131,137,139,143,144,145,146,150,243,244,245,248,249,302,303,359]
useScanDb = true
scannerType = rocketmap
googleSuburbField = city
pokemon = true
raids = true
raidOrganisation = true
pokePollingDelay = 2
pokemonThreads = 5
raidPollingDelay = 15
raidThreads = 5
startupMessage = true
footerText = CBR Sightings
stats = true
timezone = Australia/Canberra
countLocationsInLimits = true
nonSupporterLimit = [3,3,3]
adminRole = 271800687170420739
novabotRole = 292830749865017344
commandChannel = 293328612919345152
logging = false
[scanner db]
user = root
password = Password123
ip = localhost
port = 3306
dbName = pokemongomapdb
protocol = mysql
[novabot db]
user = root
password = Password123
ip = localhost
port = 3306
dbName = novabot
protocol = mysql