From 651ef0b0d2825c195f3487b5b0f7e23fcca1cf66 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Wed, 1 Sep 2021 12:50:55 -0700 Subject: [PATCH] fix hblink-SAMPLE --- hblink-SAMPLE.cfg | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/hblink-SAMPLE.cfg b/hblink-SAMPLE.cfg index 980846f..79d3da1 100755 --- a/hblink-SAMPLE.cfg +++ b/hblink-SAMPLE.cfg @@ -105,6 +105,29 @@ PEER_URL: https://www.radioid.net/static/rptrs.json SUBSCRIBER_URL: https://www.radioid.net/static/users.json STALE_DAYS: 7 +# USER MANAGER +# This is where to configure the details for use with a user managment script +[USER_MANAGER] +THIS_SERVER_NAME: My MMDVM Server +REMOTE_CONFIG_ENABLED: True +# URL of the user managment server +URL: http://localhost:8080/svr +# Integer appended to DMR ID during the generation of a passphrase +APPEND_INT: 1 +EXTRA_INT_1: 5 +EXTRA_INT_2: 8 +EXTRA_1: TeSt +EXTRA_2: DmR4 +# Secret used to authenticate with user managment server, before checking if user login is approved +SHARED_SECRET: test +# Shorten passphrases +SHORTEN_PASSPHRASE: False +SHORTEN_SAMPLE: 4 +SHORTEN_LENGTH: 4 +BURN_FILE: ./burn_ids.txt +BURN_INT: 5 + + # OPENBRIDGE INSTANCES - DUPLICATE SECTION FOR MULTIPLE CONNECTIONS # OpenBridge is a protocol originall created by DMR+ for connection between an # IPSC2 server and Brandmeister. It has been implemented here at the suggestion @@ -138,29 +161,6 @@ USE_ACL: True SUB_ACL: DENY:1 TGID_ACL: PERMIT:ALL -# USER MANAGER -# This is where to configure the details for use with a user managment script -[USER_MANAGER] -THIS_SERVER_NAME: My MMDVM Server -USE_USER_MAN: True -# URL of the user managment server -URL: http://localhost:8080/auth -# Integer appended to DMR ID during the generation of a passphrase -APPEND_INT: 1 -EXTRA_INT_1: 5 -EXTRA_INT_2: 8 -EXTRA_1: TeSt -EXTRA_2: DmR4 -# Secret used to authenticate with user managment server, before checking if user login is approved -SHARED_SECRET: test -# Shorten passphrases -SHORTEN_PASSPHRASE: False -SHORTEN_SAMPLE: 4 -SHORTEN_LENGTH: 4 -BURN_FILE: ./burn_ids.txt -BURN_INT: 5 - - # MASTER INSTANCES - DUPLICATE SECTION FOR MULTIPLE MASTERS # HomeBrew Protocol Master instances go here. # IP may be left blank if there's one interface on your system.