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

Update common py

parent d5b4b347
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,6 @@ DATABASE = {
"connect_args": {},
"check_drift": True,
"auto_migration": True,
"ignore_no_connection": False,
"skip_drift_check_when_no_connection": False,
"max_read_attempts": 2,
"max_write_attempts": 2
......
......@@ -4,7 +4,7 @@ from pathlib import Path
if __name__ == '__main__':
import json
os.environ["API_IGNORE_NO_DB_CONNECTION"] = "true"
os.environ["API_SKIP_DRIFT_CHECK_WHEN_NO_CONNECTION"] = "true"
# noinspection PyUnresolvedReferences
import app # Ensure everything is loaded
......
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