-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.sample.yml
30 lines (25 loc) · 1.41 KB
/
config.sample.yml
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
feeds:
- https://warnung.bund.de/bbk.biwapp/warnmeldungen.json
- https://warnung.bund.de/bbk.mowas/gefahrendurchsagen.json
- https://warnung.bund.de/bbk.lhp/hochwassermeldungen.json
- https://warnung.bund.de/bbk.dwd/unwetter.json
- https://warnung.bund.de/bbk.katwarn/warnmeldungen.json
database: sqlite:///database.db
check_interval: 300
# round coordinates to X decimal places
coordinate_digits: 2
owner_jid: [email protected]
# This welcome message is sent once to every user upon registration of their
# first coordinate (right after the usual confirmation message).
#
# Please note that the MIT license applies to this example message as well: I,
# the author, take no responsibility for the legal correctness or usefulness of
# this text!
welcome_message: |
Thanks for your first coordinate registration!
By using this service, you accept that I, the service operator ({owner_jid}), store the coordinates that you register (rounded to {coordinate_digits} decimal places) along with your JID, until you unregister them.
As soon as you send the command "unregister all", I will delete everything I have stored about you.
Please also note that I can not be held responsible for any kind of damage resulting from your use of this free service, including but not limited to, bodily harm due to undelivered warnings. Please make sure to have other sources of information available!
xmpp:
jid: [email protected]
password: s3cr3t