Skip to content

Commit ccdd2b6

Browse files
committed
AUTO: Sync ScalarDB docs in English to docs site repo
1 parent 177dd2d commit ccdd2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-3.10/configurations.mdx

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

9393
```properties
94-
scalar.db.contact_points=jdbc:sqlite:<YOUR_DB>.sqlite3?busy_timeout=10000
94+
scalar.db.contact_points=jdbc:sqlite:<SQLITE_DB_FILE_PATH>?busy_timeout=10000
9595
```
9696

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

0 commit comments

Comments
 (0)