MeshDD-Bot/config.yaml
ppfeiffer a6c09b19eb refactor: Replace env-based config and version.py with config.yaml
Move all configuration to config.yaml with live-reload (file watcher).
Version is now managed in config.yaml instead of version.py.
Remove pre-commit hook for automatic version bumping.
Pin meshtastic dependency to >=2.7.7.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 13:11:09 +01:00

16 lines
162 B
YAML

version: "0.1.2"
bot:
name: "MeshDD-Bot"
meshtastic:
host: "192.168.11.11"
port: 4403
web:
host: "0.0.0.0"
port: 8080
database:
path: "meshdd.db"