Skip to content
Snippets Groups Projects
Commit b5464357 authored by Simon Künzel's avatar Simon Künzel
Browse files

Update common py

parent 91b3060d
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,6 @@ DATABASE = { ...@@ -69,7 +69,6 @@ DATABASE = {
"connect_args": {}, "connect_args": {},
"check_drift": True, "check_drift": True,
"auto_migration": True, "auto_migration": True,
"ignore_no_connection": False,
"skip_drift_check_when_no_connection": False, "skip_drift_check_when_no_connection": False,
"max_read_attempts": 2, "max_read_attempts": 2,
"max_write_attempts": 2 "max_write_attempts": 2
......
...@@ -4,7 +4,7 @@ from pathlib import Path ...@@ -4,7 +4,7 @@ from pathlib import Path
if __name__ == '__main__': if __name__ == '__main__':
import json import json
os.environ["API_IGNORE_NO_DB_CONNECTION"] = "true" os.environ["API_SKIP_DRIFT_CHECK_WHEN_NO_CONNECTION"] = "true"
# noinspection PyUnresolvedReferences # noinspection PyUnresolvedReferences
import app # Ensure everything is loaded import app # Ensure everything is loaded
......
backend_common_py @ 6c08b477
Subproject commit 7b9bc7576ded5273fb07350f4526e95c221713d8 Subproject commit 6c08b477832da79999473a3ae26c4162684c75f2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment