Skip to content
Snippets Groups Projects
Verified Commit 55db7db1 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Allow configuring database options

parent 18be8cdc
No related branches found
No related tags found
1 merge request!104Resolve "Allow configuring database options"
......@@ -9,5 +9,6 @@ if _settings.get("untis.database.enabled"):
"PASSWORD": _settings.get("untis.database.password", None),
"HOST": _settings.get("untis.database.host", "127.0.0.1"),
"PORT": _settings.get("untis.database.port", 3306),
"OPTIONS": _settings.get("untis.database.options", {}),
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment