mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2024-11-04 23:31:14 -05:00
Update config_SAMPLE.py (#3)
* Update config_SAMPLE.py added support for local_talkgroup_ids.json * Update config_SAMPLE.py
This commit is contained in:
parent
ba79b1504f
commit
5b678fa084
@ -21,6 +21,7 @@ SUBSCRIBER_FILE = 'subscriber_ids.json' # Will auto-download
|
||||
TGID_FILE = 'talkgroup_ids.json' # User provided
|
||||
LOCAL_SUB_FILE = 'local_subscriber_ids.json' # User provided (optional, leave '' if you don't use it)
|
||||
LOCAL_PEER_FILE = 'local_peer_ids.json' # User provided (optional, leave '' if you don't use it)
|
||||
LOCAL_TGID_FILE = 'local_talkgroup_ids.json' # User provided (optional, leave '' if you don't use it)
|
||||
FILE_RELOAD = 15 # Number of days before we reload DMR-MARC database files
|
||||
PEER_URL = 'https://database.radioid.net/static/rptrs.json'
|
||||
SUBSCRIBER_URL = 'https://database.radioid.net/static/users.json'
|
||||
|
Loading…
Reference in New Issue
Block a user