From 768f405099b917f1a56e7ab1455255c9276371c4 Mon Sep 17 00:00:00 2001 From: stephen Date: Sat, 26 Mar 2022 13:40:26 -0400 Subject: [PATCH] Adding debugging --- config.ini.dist | 77 +++++++++++++++++++++++++------------------------ 1 file changed, 39 insertions(+), 38 deletions(-) diff --git a/config.ini.dist b/config.ini.dist index 7d7a7c5..9299023 100644 --- a/config.ini.dist +++ b/config.ini.dist @@ -1,38 +1,39 @@ -api_pass = -api_url = -api_user = -asterisk_callfrom = -asterisk_callto = -asterisk_callerID = -asterisk_context = -asterisk_host = -asterisk_password = -asterisk_port = -asterisk_user = -bot_hostname = -bot_jid = -bot_password = -city_code = -city_name = -gotify_api_key = -gotify_message = -gotify_priority = -gotify_title = -gotify_url = -mastodon_token = -mastodon_toot = -mastodon_url = -mqtt_message = -mqtt_password = -mqtt_server = -mqtt_topic = -mqtt_user = -tuya_name = -tuya_bright_url = -tuya_color_url = -tuya_status_url = -tuya_toggle_url = -user_jid = -user_name = -weather_api_key = -weather_units = +api_pass = +api_url = +api_user = +asterisk_callfrom = +asterisk_callto = +asterisk_callerID = +asterisk_context = +asterisk_host = +asterisk_password = +asterisk_port = +asterisk_user = +bot_hostname = +bot_jid = +bot_password = +city_code = +city_name = +debug = +gotify_api_key = +gotify_message = +gotify_priority = +gotify_title = +gotify_url = +mastodon_token = +mastodon_toot = +mastodon_url = +mqtt_message = +mqtt_password = +mqtt_server = +mqtt_topic = +mqtt_user = +tuya_name = +tuya_bright_url = +tuya_color_url = +tuya_status_url = +tuya_toggle_url = +user_jid = +user_name = +weather_api_key = +weather_units =