Skip to content

Commit be80abe

Browse files
AUTO: Sync ScalarDB docs in English to docs site repo (#702)
Co-authored-by: josh-wong <[email protected]>
1 parent cd90b24 commit be80abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-3.12/configurations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Select a database to see the configurations available for each storage.
9292
If you use SQLite3 as a JDBC database, you must set `scalar.db.contact_points` as follows.
9393

9494
```properties
95-
scalar.db.contact_points=jdbc:sqlite:<YOUR_DB>.sqlite3?busy_timeout=10000
95+
scalar.db.contact_points=jdbc:sqlite:<SQLITE_DB_FILE_PATH>?busy_timeout=10000
9696
```
9797

9898
Unlike other JDBC databases, [SQLite3 does not fully support concurrent access](https://www.sqlite.org/lang_transaction.html).

0 commit comments

Comments
 (0)