-
Notifications
You must be signed in to change notification settings - Fork 1
/
config_example.ini
46 lines (39 loc) · 1.26 KB
/
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
41
42
43
44
45
46
##Set here your mysql settings for the user you created in MAD and the connection to the database
[Mysql]
host:localhost
port:3306
database:mapadroid
user:
password:
#Put here the informationen of your Bot token and the channel/group/chat you want to to display the messages
[Bot Settings]
token:
#Haupt Kanal
chat_id:-10013230xxxxx
chat_url:https://t.me/c/13230xxxxx
#Venue Kanal (set singlechat_id to empty for no venues and linked directly to google maps)
singlechat_id:-10013230xxxxx
singlechat_url:https://t.me/c/13230xxxxx
#Set your language (de, en)
#Venue or message (True or False)
[Option]
language:de
venue:True
#Customize your Geofence
#areaNumber(int) angeben wenn du einen "areaName" mehr als einmal nutzt, sonst einfach leer lassen
[Geofence]
areaName:city
areaNumber:
#The last coordinate must match the first for the geofence to be closed. Keep indentation !!!
fence:
53.8321899222126 10.6931555519799,
53.8329687074658 10.7056439171533,
53.8340577162203 10.7085728893975,
53.8365344438963 10.709062654693,
53.8388451913158 10.7067452261042,
53.8379778846294 10.6955979654383,
53.8329888779512 10.6923189583788,
53.8321899222126 10.6931555519799
#Here you can edit the second line of the result and the waiting time for a new check
[Message]
sleep_time:60