feat(db): enable sqlite for storing users

This commit is contained in:
hexxa 2022-08-31 22:30:24 +08:00 committed by Hexxa
parent f95a611204
commit 59a39efc4a
10 changed files with 791 additions and 59 deletions

View file

@ -50,3 +50,4 @@ site:
align: "fixed"
db:
dbPath: "tmp/quickshare.db"
dbType: "rdb"