Update ispConfig.py

This commit is contained in:
Robert Chacón 2022-04-24 14:01:18 -06:00 committed by GitHub
parent 38181cf925
commit 324d7d8a3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,3 +47,7 @@ UISPbaseURL = 'https://examplesite.com'
uispAuthToken = '' uispAuthToken = ''
# 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'. # 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' shapeRouterOrStation = 'router'
# API Auth
apiUsername = "testUser"
apiPassword = "changeme8343486806"