This commit is contained in:
Thomas Miceli
2024-10-31 20:30:00 +01:00
parent 63d4b46a41
commit 393c9756d4
9 changed files with 47 additions and 11 deletions

View File

@ -11,11 +11,15 @@ The SQLite journal mode is set to [`WAL` (Write-Ahead Logging)](https://www.sqli
#### YAML
```yaml
# default
db-uri: opengist.db
sqlite.journal-mode: WAL
```
#### Environment variable
```sh
# default
OG_DB_URI=opengist.db
OG_SQLITE_JOURNAL_MODE=WAL
```