mmrelaynode/app/config.yaml

30 wiersze
953 B
YAML
Czysty Zwykły widok Historia

2023-08-21 12:52:16 +00:00
matrix:
homeserver: "https://example.matrix.org"
access_token: "reaalllllyloooooongsecretttttcodeeeeeeforrrrbot" # See: https://t2bot.io/docs/access_tokens/
bot_user_id: "@botuser:example.matrix.org"
matrix_rooms: # Needs at least 1 room & channel, but supports all Meshtastic channels
- id: "#someroomalias:example.matrix.org" # Matrix room aliases & IDs supported
meshtastic_channel: 0
- id: "!someroomid:example.matrix.org"
meshtastic_channel: 2
meshtastic:
connection_type: network # Do not change!
2023-08-21 21:20:08 +00:00
# serial_port: /dev/ttyUSB0 # Only used when connection is "serial"
2023-08-28 19:59:13 +00:00
host: "mmrelaynode" # Do not change!
2023-08-21 12:52:16 +00:00
meshnet_name: "Your Meshnet Name" # This is displayed in full on Matrix, but is truncated when sent to a Meshnet
broadcast_enabled: true
2023-08-28 16:50:17 +00:00
hwid: "12345" # Change to your Hardware ID
2023-08-21 12:52:16 +00:00
logging:
level: "info"
plugins: # Optional plugins
health:
active: true
map:
active: true
nodes:
active: true
2023-08-29 00:00:05 +00:00