mirror of https://github.com/kf7eel/hbnet
add missing config
This commit is contained in:
parent
b3717a280a
commit
fa4a2de0e3
|
|
@ -152,19 +152,26 @@ IGATE_LONGITUDE = 11930. W
|
|||
|
||||
# User settings file, MUST configure using absolute path.
|
||||
USER_SETTINGS_FILE: ./user_settings.txt
|
||||
# MQTT Configuration
|
||||
# MQTT is used to accces external applications and other networks
|
||||
# This must be unique on the MQTT server
|
||||
GATEWAY_CALLSIGN: N0CALL
|
||||
# URL for users to find out more about network
|
||||
URL: localhost/website
|
||||
# Simple description to display on External Services page
|
||||
DESCRIPTION: Change me.
|
||||
|
||||
### API settings
|
||||
### Authorized Apps file - data used for the dashboard API
|
||||
##USE_API: True
|
||||
##AUTHORIZED_APPS_FILE: /tmp/authorized_apps.txt
|
||||
##AUTHORIZED_TOKENS_FILE: /tmp/hblink_auth_tokens.txt
|
||||
##AUTHORIZED_USERS_FILE: /home/eric/Sync/hblink3_sms_dev/authorized_users.txt
|
||||
##ACCESS_SYSTEMS_FILE: /home/eric/Sync/hblink3_sms_dev/access_systems.txt
|
||||
##MY_SERVER_SHORTCUT: XYZ
|
||||
##SERVER_NAME: Test HBLink Network
|
||||
##USE_PUBLIC_APPS: True
|
||||
##PUBLIC_APPS_LIST: https://raw.githubusercontent.com/kf7eel/hblink_sms_external_apps/main/public_systems.txt
|
||||
##RULES_PATH: /home/eric/Sync/hblink3_sms_dev/rules.py
|
||||
# Connection to HBNet MQTT server for external applications
|
||||
MQTT_SERVER: mqtt.hbnet.xyz
|
||||
MQTT_PORT: 1883
|
||||
MQTT_USERNAME:
|
||||
MQTT_PASSWORD:
|
||||
|
||||
# Connect to custom MQTT server
|
||||
MQTT_SERVER2:
|
||||
MQTT_PORT2: 1883
|
||||
MQTT_USERNAME2:
|
||||
MQTT_PASSWORD2:
|
||||
|
||||
# OPENBRIDGE INSTANCES - DUPLICATE SECTION FOR MULTIPLE CONNECTIONS
|
||||
# OpenBridge is a protocol originall created by DMR+ for connection between an
|
||||
|
|
|
|||
Loading…
Reference in New Issue