mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
25 lines
713 B
YAML
25 lines
713 B
YAML
### Template config.yaml
|
|
---
|
|
Lora:
|
|
GPIO:
|
|
GPS:
|
|
I2C:
|
|
Display:
|
|
Touchscreen:
|
|
Input:
|
|
Logging:
|
|
LogLevel: info # debug, info, warn, error
|
|
# TraceFile: /var/log/meshtasticd.json
|
|
# AsciiLogs: true # default if not specified is !isatty() on stdout
|
|
Webserver:
|
|
Port: 443 # Port for Webserver & Webservices
|
|
RootPath: /usr/share/meshtasticd/web # Root Dir of WebServer
|
|
# SSLKey: /etc/meshtasticd/ssl/private_key.pem # Path to SSL Key, generated if not present
|
|
# SSLCert: /etc/meshtasticd/ssl/certificate.pem # Path to SSL Certificate, generated if not present
|
|
General:
|
|
MaxNodes: 200
|
|
MaxMessageQueue: 100
|
|
ConfigDirectory: /etc/meshtasticd/config.d/
|
|
# MACAddress: AA:BB:CC:DD:EE:FF
|
|
MACAddressSource: eth0
|