Subtle renaming of some DB configuration options

This commit is contained in:
Zef Hemel
2023-12-22 19:06:36 +01:00
parent b3f0c80f91
commit 4015d164c6
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ When self-hosting SilverBullet (that is, on any server other than on [[Install/D
KV can be configured as follows:
* `SB_DB_BACKEND`: `denokv` (default, so can be omitted)
* `SB_DB_BACKEND`: `kv` (default, so can be omitted)
* `SB_KV_DB`: path to the file name of the (SQLite) database to store data in, defaults to `.silverbullet.db` in the spaces folder (when kept on disk).
When SilverBullet runs on [[Install/Deno Deploy]] it automatically uses its cloud implementation of KV.