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:
Herbert Wolverson
2022-10-21 07:57:37 -05:00
parent 2261610723
commit fe3c850206

View File

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