init
This commit is contained in:
26
static/config.yaml
Normal file
26
static/config.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
phone_rules:
|
||||
# Präfixe, die von Telefonnummern entfernt werden sollen
|
||||
# trim_prefixes:
|
||||
# - "0049"
|
||||
# - "+49"
|
||||
# - "49"
|
||||
# - "00"
|
||||
# - "0"
|
||||
|
||||
# Regeln zur Formatierung von Telefonnummern
|
||||
#format_rules:
|
||||
# "+49": "0" # Ersetzt internationale Vorwahl durch nationale
|
||||
# "00": "0" # Ersetzt internationale Vorwahl durch nationale
|
||||
|
||||
# Standard-Präfix für Nummern ohne Ländervorwahl
|
||||
#default_prefix: "+49"
|
||||
|
||||
# Ungültige Telefonnummer, die ignoriert werden soll
|
||||
invalid_number: "+49 5331 89"
|
||||
|
||||
# Konfiguration für Deutschland
|
||||
country:
|
||||
prefix: "49" # Ländervorwahl ohne '+' oder '00'
|
||||
area_codes:
|
||||
- "5331" # Vorwahl für Wolfenbüttel
|
||||
internal_prefix: "89" # Präfix für interne Nummern
|
||||
Reference in New Issue
Block a user