Rollen-basiertes Zugriffsystem (public/user/admin), Registrierung mit E-Mail-Verifikation, bcrypt Passwort-Hashing, Admin-Benutzerverwaltung. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
29 lines
399 B
YAML
29 lines
399 B
YAML
version: "0.5.0"
|
|
|
|
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"
|