mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-11-15 12:51:45 -05:00
RadioID changes
This commit is contained in:
parent
1cd5c601b7
commit
67d12b32ec
@ -15,8 +15,8 @@ TGID_FILE = 'talkgroup_ids.json' # User provided, should be in "
|
|||||||
LOCAL_SUB_FILE = 'local_subscriber_ids.json' # User provided (optional, leave '' if you don't use it), follow the format of DMR-MARC
|
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
|
LOCAL_PEER_FILE = 'local_peer_ids.json' # 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
|
FILE_RELOAD = 7 # Number of days before we reload DMR-MARC database files
|
||||||
PEER_URL = 'https://www.radioid.net/api/dmr/repeater/?country=united%20states'
|
PEER_URL = 'https://www.radioid.net/static/rptrs.json'
|
||||||
SUBSCRIBER_URL = 'https://www.radioid.net/api/dmr/user/?country=united%20states'
|
SUBSCRIBER_URL = 'https://www.radioid.net/static/users.json'
|
||||||
|
|
||||||
# Settings for log files
|
# Settings for log files
|
||||||
LOG_PATH = '/var/log/link/' # MUST END IN '/'
|
LOG_PATH = '/var/log/link/' # MUST END IN '/'
|
||||||
|
Loading…
Reference in New Issue
Block a user