fixed conn. data
This commit is contained in:
parent
0a8e78e6d2
commit
28767fb4c3
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user