Updates generated sqlite config in documentation

This commit is contained in:
chaptergy 2021-05-25 14:18:01 +02:00
parent 198bd74ec6
commit 67958155fc
No known key found for this signature in database
GPG Key ID: 8FF25A6247E744B2

View File

@ -185,7 +185,8 @@ Here's an example for `sqlite` configuration as it is generated from the environ
"client": "sqlite3", "client": "sqlite3",
"connection": { "connection": {
"filename": "/data/database.sqlite" "filename": "/data/database.sqlite"
} },
"useNullAsDefault": true
} }
} }
} }