chore(app.yml): default db use sqlite

This commit is contained in:
Deepzz
2022-09-28 18:59:28 +08:00
committed by GitHub
parent 418b604946
commit cf0a897ad0

View File

@@ -1,7 +1,7 @@
appname: eiblog
database:
driver: postgres
source: host=localhost port=5432 user=postgres dbname=eiblog sslmode=disable password=MTI3LjAuMC4x
driver: sqlite
source: ./db.sqlite
eshost:
eiblogapp:
mode: