MeshDD-Bot/config.yaml
ppfeiffer 49e8b409bd fix: v0.5.1 - Fernet key setup fuer EncryptedCookieStorage korrigiert
Fernet-Objekt direkt an EncryptedCookieStorage uebergeben statt
bytes (die intern nochmal base64-encoded wurden).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 19:46:19 +01:00

29 lines
399 B
YAML

version: "0.5.1"
bot:
name: "MeshDD-Bot"
command_prefix: "?"
meshtastic:
host: "192.168.11.11"
port: 4403
web:
host: "0.0.0.0"
port: 8080
database:
path: "meshdd.db"
auth:
secret_key: "change-this-secret-key-32bytes!!"
session_max_age: 86400
smtp:
host: ""
port: 587
user: ""
password: ""
from: "MeshDD-Bot <noreply@example.com>"
app_url: "http://localhost:8080"