diff --git a/sample_config.yaml b/sample_config.yaml index 6c76dd5..fb9f42c 100644 --- a/sample_config.yaml +++ b/sample_config.yaml @@ -1,6 +1,6 @@ matrix: homeserver: "https://example.matrix.org" - access_token: "reaalllllyloooooongsecretttttcodeeeeeeforrrrbot" + 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 @@ -17,6 +17,10 @@ meshtastic: broadcast_enabled: true logging: - level: "debug" - show_timestamps: true - timestamp_format: '[%H:%M:%S]' \ No newline at end of file + level: "info" + +plugins: # Optional plugins + health: + active: true + map: + active: true \ No newline at end of file