fixed conn. data

This commit is contained in:
Daniel Schick 2024-04-08 13:31:00 +02:00
parent 0a8e78e6d2
commit 28767fb4c3

View File

@ -11,7 +11,7 @@ def initPool(instancePath):
try:
global config_path
if(config_path == None):
config_path = os.path.join(instancePath,'../../../../temp/connection_data_devel.json');
config_path = os.path.join(instancePath,'../../../secure/connection_data_test.json');
print (config_path)