We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8091a83 commit 6e55003Copy full SHA for 6e55003
tiled/server/app.py
@@ -473,7 +473,8 @@ def override_get_settings():
473
# not set, use a SQLite database in memory. Horizontally scaled deployments
474
# must specify a persistent database.
475
settings.database_settings.uri = (
476
- settings.database_settings.uri or "sqlite:///file:authdb?mode=memory&cache=shared&uri=true"
+ settings.database_settings.uri
477
+ or "sqlite:///file:authdb?mode=memory&cache=shared&uri=true"
478
)
479
if (
480
authenticators
0 commit comments