mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2025-04-13 06:48:35 -04:00
Update config_SAMPLE.py
This commit is contained in:
parent
ad880bbeb6
commit
b47f213fe6
@ -49,11 +49,11 @@ WEB_PASS = 'hblink'
|
||||
|
||||
# Files and stuff for loading alias files for mapping numbers to names
|
||||
PATH = './' # MUST END IN '/'
|
||||
PEER_FILE = 'peer_ids.json' # Will auto-download from DMR-MARC
|
||||
SUBSCRIBER_FILE = 'subscriber_ids.json' # Will auto-download from DMR-MARC
|
||||
TGID_FILE = 'talkgroup_ids.json' # User provided, should be in "integer TGID, TGID name" format
|
||||
LOCAL_SUB_FILE = 'local_subscriber_ids.json' # User provided (optional, leave '' if you don't use it), follow the format of DMR-MARC
|
||||
LOCAL_PEER_FILE = 'local_peer_ids.json' # User provided (optional, leave '' if you don't use it), follow the format of DMR-MARC
|
||||
PEER_FILE = 'peer_ids.json' # Will auto-download
|
||||
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)
|
||||
FILE_RELOAD = 30 # 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