From 324d7d8a3c4e555739122a7c5e7067adeacadd12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Sun, 24 Apr 2022 14:01:18 -0600 Subject: [PATCH] Update ispConfig.py --- v1.1/ispConfig.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/v1.1/ispConfig.py b/v1.1/ispConfig.py index 19905872..dedb3d71 100644 --- a/v1.1/ispConfig.py +++ b/v1.1/ispConfig.py @@ -47,3 +47,7 @@ UISPbaseURL = 'https://examplesite.com' 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'. shapeRouterOrStation = 'router' + +# API Auth +apiUsername = "testUser" +apiPassword = "changeme8343486806"