summaryrefslogtreecommitdiff
path: root/config.example.toml
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-08-08 13:33:07 +0300
committerGrail Finder <wohilas@gmail.com>2025-08-08 13:33:07 +0300
commit3b7784e0a44e7f8ca5c14db590ebdfe1736e87e5 (patch)
tree6127376793b714812fa4a98d0e5ea9d839b8d9de /config.example.toml
parent972d9cdbffad19efbf2bb05f2f91e31d09120e32 (diff)
Chore: db path to config
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml
index 731383b..4e9a816 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -21,3 +21,4 @@ TTS_SPEED = 1.0
# extra stt
STT_ENABLED = false
STT_URL = "http://localhost:8081/inference"
+DBPATH = "gflt.db"