Skip to content

Commit e70f07f

Browse files
committed
Revert "package number fix"
This reverts commit f81d532.
1 parent f81d532 commit e70f07f

11 files changed

Lines changed: 273 additions & 955 deletions

DlubalWebServiceCA.crt

Lines changed: 0 additions & 15 deletions
This file was deleted.

DlubalWebServiceCA.key

Lines changed: 0 additions & 8 deletions
This file was deleted.

DlubalWebServiceCA.p12

-1.2 KB
Binary file not shown.

DlubalWebServiceCA.srl

Lines changed: 0 additions & 1 deletion
This file was deleted.

DlubalWebServiceServer.crt

Lines changed: 0 additions & 16 deletions
This file was deleted.

DlubalWebServiceServer.csr

Lines changed: 0 additions & 9 deletions
This file was deleted.

DlubalWebServiceServer.key

Lines changed: 0 additions & 8 deletions
This file was deleted.

DlubalWebserviceServer.ext

Lines changed: 0 additions & 13 deletions
This file was deleted.

RFEM/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.35"
2+
url = "http://127.0.0.1"
33
port = "8081"
44
connected = False
5-
api_key = "AK-387062-Hp1fc0Fk8wXyNPnkTOGsTDpigOwt0ngr"
6-
verify = r"C:/WORK/REPOSITORIES/Dlubal-WebService-GitHub/RFEM_Python_Client/DlubalWebServiceServer.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)