Patch type for 4.3 functionality
This commit is contained in:
parent
d95a916907
commit
f06a6077f9
|
@ -66,7 +66,7 @@ def set_conn_string_json(conn_string: str,
|
|||
else:
|
||||
proper_db_type = "Oracle"
|
||||
|
||||
app_settings["ConnectionStrings"] = conn_string
|
||||
app_settings["ConnectionStrings"]["Cellario"] = conn_string
|
||||
app_settings["DatabaseType"] = proper_db_type
|
||||
|
||||
with open(json_path, 'w') as f:
|
||||
|
|
Loading…
Reference in New Issue