mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-26 03:44:58 +08:00
chore: change default db path to langbot.db
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
},
|
},
|
||||||
"persistence": {
|
"persistence": {
|
||||||
"sqlite": {
|
"sqlite": {
|
||||||
"path": "data/persistence.db"
|
"path": "data/langbot.db"
|
||||||
},
|
},
|
||||||
"use": "sqlite"
|
"use": "sqlite"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user