1
0
هذا الالتزام موجود في:
Thomas Miceli
2024-10-31 20:30:00 +01:00
الأصل 63d4b46a41
التزام 393c9756d4
9 ملفات معدلة مع 47 إضافات و11 حذوفات

عرض الملف

@@ -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
```