Initial commit: IMAP Mail Filter Service
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# Fernet-Schlüssel für Passwort-Verschlüsselung
|
||||
# Generieren mit: python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())"
|
||||
ENCRYPTION_KEY=
|
||||
|
||||
# Log-Level (DEBUG, INFO, WARNING, ERROR)
|
||||
LOG_LEVEL=INFO
|
||||
|
||||
# YAML-Konfiguration beim Start importieren
|
||||
YAML_SYNC_ON_STARTUP=true
|
||||
Reference in New Issue
Block a user