Skip to content

Commit 8b5e182

Browse files
authored
Update connectionGlobals.py
minor fix
1 parent ce4522c commit 8b5e182

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

RSTAB/connectionGlobals.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

2-
url = "https://20.33.49.36"
2+
url = "http://127.0.0.1"
33
port = "8081"
44
connected = False
5-
api_key = 'AK-575009-s3cUfAlS0OSVWgJb5qlZ9x76vHOBplXZ0'
6-
verify = 'C:/Users/MichalO/Downloads/DlubalWebServiceCA.crt' # This can be a boolean or a path to a CA bundle file (in case of self-signed certificate it's required)
5+
api_key = None
6+
verify = True # This can be a boolean or a path to a CA bundle file (in case of self-signed certificate it's required)
77

88
# Is filled in the initModel
99
client = None

0 commit comments

Comments
 (0)