diff --git a/src/server/BreCal/local_db.py b/src/server/BreCal/local_db.py index 3d63269..6ab0424 100644 --- a/src/server/BreCal/local_db.py +++ b/src/server/BreCal/local_db.py @@ -7,11 +7,11 @@ 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): - config_path = os.path.join(instancePath,f'../../../secure/{connection_filename}') #connection_data_test.json'); + config_path = os.path.join(instancePath,f'../../../secure/{connection_filename}') #connection_data_prod.json'); print (config_path)