mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
integrationUISP.py imports "UISPbaseURL" from ispConfig.py, but
ispConfig.py lists the example URL as "uispBaseUrl". Signed-off-by: Herbert Wolverson <herberticus@gmail.com>
This commit is contained in:
@@ -64,7 +64,7 @@ splynx_api_url = 'https://YOUR_URL.splynx.app'
|
||||
automaticImportUISP = False
|
||||
uispAuthToken = ''
|
||||
# Everything before /nms/ on your UISP instance
|
||||
uispBaseURL = 'https://examplesite.com'
|
||||
UISPbaseURL = 'https://examplesite.com'
|
||||
# UISP | Whether to shape router at customer premises, or instead shape the station radio. When station radio is in
|
||||
# router mode, use 'station'. Otherwise, use 'router'.
|
||||
shapeRouterOrStation = 'router'
|
||||
|
||||
Reference in New Issue
Block a user