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 cd90b24 commit be80abeCopy full SHA for be80abe
versioned_docs/version-3.12/configurations.mdx
@@ -92,7 +92,7 @@ Select a database to see the configurations available for each storage.
92
If you use SQLite3 as a JDBC database, you must set `scalar.db.contact_points` as follows.
93
94
```properties
95
-scalar.db.contact_points=jdbc:sqlite:<YOUR_DB>.sqlite3?busy_timeout=10000
+scalar.db.contact_points=jdbc:sqlite:<SQLITE_DB_FILE_PATH>?busy_timeout=10000
96
```
97
98
Unlike other JDBC databases, [SQLite3 does not fully support concurrent access](https://www.sqlite.org/lang_transaction.html).
0 commit comments