fixed serverside path
This commit is contained in:
parent
2600b6ebc3
commit
4f96ff066c
@ -7,7 +7,7 @@ import sys
|
||||
|
||||
config_path = None
|
||||
|
||||
def initPool(instancePath, connection_filename="connection_data_test.json"):
|
||||
def initPool(instancePath, connection_filename="connection_data_prod.json"):
|
||||
try:
|
||||
global config_path
|
||||
if(config_path == None):
|
||||
|
||||
Reference in New Issue
Block a user