forked from M4d40/nestwatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.ini.example
69 lines (63 loc) · 1.4 KB
/
default.ini.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[Nest Config]
TIMESPAN_SINCE_CHANGE = 8
MIN_POKEMON_NEST_COUNT = 9
MIN_SPAWNPOINT_NEST_COUNT = 2
DELETE_OLD_NESTS = True
EVENT_POKEMON = []
POKESTOP_POKEMON = True
ANALYZE_MULTIPOLYGONS = False
[Area]
NAME = My_Area
SCAN_HOURS_PER_DAY = 24
POINT1_LAT = 0.360852
POINT1_LON = 0.925244
POINT2_LAT = 0.446112
POINT2_LON = 0.061136
[DB Read]
HOST = 0.0.0.0
NAME = rdm
USER = dbuser
PASSWORD = dbpass
PORT = 3306
CHARSET = utf8mb4
TABLE_POKEMON = pokemon
TABLE_POKEMON_SPAWNID = spawn_id
TABLE_POKEMON_TIMESTAMP = first_seen_timestamp
TABLE_POKESTOP = pokestop
TABLE_SPAWNPOINT = spawnpoint
TABLE_SPAWNPOINT_ID = id
TABLE_SPAWNPOINT_LAT = lat
TABLE_SPAWNPOINT_LON = lon
USE_UNIX_TIMESTAMP = False
[DB Write]
HOST = 0.0.0.0
NAME = rdm
USER = dbuser
PASSWORD = dbpass
PORT = 3306
CHARSET = utf8mb4
TABLE_NESTS = nests
[Geojson]
SAVE_PATH = nest.json
GEOJSON_EXTEND = False
DEFAULT_PARK_NAME = Unknown Parkname
STROKE = #352BFF
STROKE-WIDTH = 2
STROKE-OPACITY = 1
FILL = #0651FF
FILL-OPACITY = 0.5
[Discord]
ENABLED = False
WEBHOOK = ["https://discordapp.com/api/webhooks/xxxxx/xxxxxx"]
USERNAME = Nest-Bot
LANGUAGE = en
SORT_BY = pokemon_name
SORT_REVERSE = False
IGNORE_UNNAMED = True
TITLE = **This is the Nest report for {area_name}**
TEXT = **{park_name_g}**: {poke_name} {poke_shiny}({poke_type_emoji}) => {poke_avg} per hour
LOCALE_FILE = locale.json
[Other]
ENCODING = utf-8
VERBOSE = False
OSM_DATE = 2019-02-24T00:00:00Z