From 240d073e8efc9894b43f5760ba01d60e5ad2004b Mon Sep 17 00:00:00 2001 From: Jeremiah K Date: Sat, 29 Apr 2023 16:41:21 -0500 Subject: [PATCH] Update sample_config.yaml --- sample_config.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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