fix(config): add db config

This commit is contained in:
hexxa 2022-01-29 14:03:57 +08:00 committed by Hexxa
parent 48a239bef2
commit 4dcb487c85
4 changed files with 8 additions and 0 deletions

View file

@ -46,3 +46,5 @@ site:
repeat: "repeat"
position: "center"
align: "fixed"
db:
dbPath: "/quickshare/root/quickshare.db"

View file

@ -46,3 +46,5 @@ site:
repeat: "repeat"
position: "center"
align: "fixed"
db:
dbPath: "tmp/quickshare.db"

View file

@ -43,3 +43,5 @@ site:
repeat: "repeat"
position: "center"
align: "fixed"
db:
dbPath: "/quickshare/root/quickshare.db"

View file

@ -42,3 +42,5 @@ site:
repeat: "repeat"
position: "center"
align: "fixed"
db:
dbPath: "/tmp/quickshare.db"