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>
16 lines
162 B
YAML
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"
|