Starting restructure for config.ini.dist

See #15
This commit is contained in:
Stephen Vanderwarker 2022-03-29 10:26:03 -04:00
parent 8c06219e23
commit dbc952b780
Signed by: stephen
GPG Key ID: EF429EF847868C14
1 changed files with 57 additions and 38 deletions

View File

@ -1,43 +1,62 @@
api_pass =
debug =
[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 =
user =
[asterisk]
callfrom =
callto =
callerID =
context =
host =
password =
port =
user =
[bot]
hostname =
jid =
password =
[weather]
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 =
user_server =
user_xapi =
weather_api_key =
weather_units =
key =
units =
[gotify]
key =
message =
priority =
title =
api_url =
[mastodon]
token =
toot =
api_url =
[mqtt]
message =
password =
server =
topic =
user =
[tuya]
name =
bright_url =
color_url =
status_url =
toggle_url =
[user]
jid =
name =
server =
api_url =
[friends]