mirror of
https://github.com/GMWalletApp/epusdt.git
synced 2026-07-07 10:16:15 +00:00
add sqlite
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user