forked from ccev/stopwatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.ini.example
96 lines (67 loc) · 1.88 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[Config]
STOPS = True
GYMS = True
PORTALS = True
GYM_UPDATE_THROUGH_STOP = False
GYM_UPDATE_THROUGH_PORTAL = True
STOP_UPDATE_THROUGH_PORTAL = True
DELETE_CONVERTED_STOP = True
BBOX = minlon,minlat,maxlon,maxlat
CHAT_APP = discord
# discord/telegram
LANGUAGE = en
# en/de/pl/fr
LOOP = True
SECONDS_BETWEEN_LOOPS = 600
[Discord]
STOP_WEBHOOK = ["https://discordapp.com/api/webhooks/","https://discordapp.com/api/webhooks/"]
GYM_WEBHOOK = [""]
PORTAL_WEBHOOK = [""]
STOP_IMAGE = https://raw.githubusercontent.com/ccev/stopwatcher/master/icons/stop.png
STOP_COLOR = 1216493
GYM_IMAGE = https://raw.githubusercontent.com/ccev/stopwatcher/master/icons/gym.png
GYM_COLOR = 12239045
PORTAL_IMAGE = https://raw.githubusercontent.com/ccev/stopwatcher/master/icons/portal.png
PORTAL_COLOR = 12609532
[Static Map]
PROVIDER = mapbox
# mapbox/tileserver-gl/google/osm/none
SUPER_FANCY_STATIC_MAPS = True
# only supported for mapbox
KEY =
ZOOM = 16
WIDTH = 500
HEIGHT = 300
USE_GEOCODING = False
USE_IMGUR_MIRRORS_FOR_EVERYTHING = False
IMGUR_CLIENT_ID =
# needed for super fancy static maps, optional for all other types (highly recommended)
MARKER_LIMIT = 30
# needed for Super Fancy Static Maps. Please refer to the readme.
MARKER_COLOR_STOP = 128fed
MARKER_COLOR_GYM = bac0c5
MARKER_COLOR_PORTAL = c067fc
MARKER_SIZE = 2
# needed for google and osm
TILESERVER_URL = https://static.url.com/
# needed for tileserver-gl
[Edit Watcher]
ENABLE = False
EXTRA_PORTAL_DB_NAME =
EXTRA_PORTAL_TABLE =
WEBHOOK_URL = [""]
IMAGE = https://raw.githubusercontent.com/ccev/stopwatcher/master/icons/portal.png
DELETED_TIMESPAN = 86400
# in seconds
DELETED_LIMIT = 10
[DB]
SCANNER_DB_SCHEMA =
# mad/rdm/none
PORTAL_DB_SCHEMA = pmsf
# pmsf/none
HOST = 0.0.0.0
PORT = 3306
USER =
PASSWORD =
SCANNER_DB_NAME =
PORTAL_DB_NAME =