fixed database connection reference

This commit is contained in:
Daniel Schick 2024-05-06 11:25:35 +02:00
parent ccef84e119
commit fe2499707d

View File

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