diff --git a/config_SAMPLE.py b/config_SAMPLE.py index c8ce828..0fc290f 100644 --- a/config_SAMPLE.py +++ b/config_SAMPLE.py @@ -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'