Skip to content

Commit 4b1586d

Browse files
committed
Update config schema for new authdb default
1 parent b71e1d6 commit 4b1586d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tiled/config_schemas/service_configuration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ properties:
301301
used without authentication providers, no database is used.)
302302
303303
If Tiled is configured with authentication providers above but a database
304-
URI is not specified, `sqlite:///./tiled.sqlite` (i.e. a SQLite database in
305-
the current working directory) will be used.
304+
URI is not specified, `sqlite:///file:authdb?mode=memory&cache=shared&uri=true`
305+
(i.e. a SQLite database in process memory) will be used.
306306
307307
Tiled officially supports PostgreSQL and SQLite, but any database engine
308308
supported by SQLAlchemy *may* work.

0 commit comments

Comments
 (0)