This commit is contained in:
谢小军
2020-09-24 17:40:32 +08:00
parent aacd550f5a
commit a70ab3ff83
2 changed files with 12 additions and 6 deletions

View File

@@ -22,3 +22,11 @@ db_info:
database : oauth_db
type: 0 # 数据库类型:0:mysql , 1:sqlite , 2:mssql
# sqlite
# db_info:
# host : /Users/xxj/Downloads/caoguo # type=1的时候host为yml文件全路径
# port :
# username :
# password :
# database :
# type: 1 # 数据库类型:0:mysql , 1:sqlite , 2:mssql