changed local path
This commit is contained in:
parent
c51264a55d
commit
a4e51f2483
@ -11,7 +11,7 @@ def initPool(instancePath):
|
|||||||
try:
|
try:
|
||||||
global config_path
|
global config_path
|
||||||
if(config_path == None):
|
if(config_path == None):
|
||||||
config_path = os.path.join(instancePath,'E:/temp/connection_data.json');
|
config_path = os.path.join(instancePath,'../../../secure/connection_data_devel.json');
|
||||||
|
|
||||||
print (config_path)
|
print (config_path)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user