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:
Cort Buffington 2018-10-12 22:58:47 -05:00
parent 44a932db97
commit 165ffbcf26
1 changed files with 2 additions and 2 deletions

View File

@ -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'