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 b71e1d6 commit 4b1586dCopy full SHA for 4b1586d
tiled/config_schemas/service_configuration.yml
@@ -301,8 +301,8 @@ properties:
301
used without authentication providers, no database is used.)
302
303
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.
+ URI is not specified, `sqlite:///file:authdb?mode=memory&cache=shared&uri=true`
+ (i.e. a SQLite database in process memory) will be used.
306
307
Tiled officially supports PostgreSQL and SQLite, but any database engine
308
supported by SQLAlchemy *may* work.
0 commit comments