-
Notifications
You must be signed in to change notification settings - Fork 1
/
config_panel.toml
26 lines (24 loc) · 1.03 KB
/
config_panel.toml
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
version = "1.0"
[main]
name.en = "configuration"
name.de = "Konfiguration"
[main.notifications]
name.en = "email notifications"
name.de = "E-Mail Benachrichtigungen"
[main.notifications.admin_mail]
type = "email"
ask.en = "recipient of notifications"
help.en = "this email gets notified about events like changes in the user database of flohmarkt"
ask.de = "Empfänger von Benachrichtigungen"
help.de = "an diese E-Mail Adresse werden Informationen zu z.B. Änderungen an der Benutzerdatenbank geschickt"
bind = "email>to:__INSTALL_DIR__/urlwatch/config.yaml"
[main.flohmarkt]
name.en = "flohmarkt settings"
name.de = "flohmarkt Konfiguration"
[main.flohmarkt.flohmarkt_initial_setup_url]
type = "text"
readonly = true
ask.en = "initial setup"
ask.de = "Initiales Setup"
help.en = "open this url to finish your flohmarkt setup"
help.de = "öffne die URL um flohmarkt fertig zu konfigurieren"