Sqlite journal mode (#54)

This commit is contained in:
Thomas Miceli
2023-06-09 15:25:41 +02:00
committed by GitHub
parent b2a56fe5a0
commit 3366cde385
6 changed files with 36 additions and 2 deletions

View File

@ -11,6 +11,10 @@ opengist-home:
# Name of the SQLite database file. Default: opengist.db
db-filename: opengist.db
# Set the journal mode for SQLite. Default: WAL
# See https://www.sqlite.org/pragma.html#pragma_journal_mode
sqlite.journal-mode: WAL
# HTTP server configuration
# Host to bind to. Default: 0.0.0.0