add sqlite

This commit is contained in:
noreply
2024-07-29 10:07:22 +08:00
parent 2cb9ed4393
commit 3d02b41dba
7 changed files with 67 additions and 6 deletions
+5 -1
View File
@@ -17,9 +17,13 @@ log_max_size=32
log_max_age=7
max_backups=3
#数据库类型,默认为mysql类型,可配置项: postgres,mysql
#数据库类型,默认为mysql类型,可配置项: postgres,mysql,sqlite
db_type=postgres
# sqlite配置
sqlite_database_filename=
sqlite_table_prefix=
# postgres配置
postgres_host=127.0.0.1
postgres_port=3306