mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-11-24 16:58:47 -05:00
Update config_SAMPLE.py
because we can't just have one place to get config files that doens't change constantly
This commit is contained in:
parent
44a932db97
commit
165ffbcf26
@ -14,5 +14,5 @@ TGID_FILE = 'talkgroup_ids.csv' # User provided, should be in "i
|
||||
LOCAL_SUB_FILE = 'local_subscriber_ids.csv' # User provided (optional, leave '' if you don't use it), follow the format of DMR-MARC
|
||||
LOCAL_PEER_FILE = 'local_peer_ids.csv' # User provided (optional, leave '' if you don't use it), follow the format of DMR-MARC
|
||||
FILE_RELOAD = 7 # Number of days before we reload DMR-MARC database files
|
||||
PEER_URL = 'http://radioid.net/static/rptrs.csv'
|
||||
SUBSCRIBER_URL = 'http://radioid.net/static/users.csv'
|
||||
PEER_URL = 'https://www.radioid.net/static/rptrs.csv'
|
||||
SUBSCRIBER_URL = 'https://www.radioid.net/static/users.csv'
|
||||
|
Loading…
Reference in New Issue
Block a user