DocumentServiceAPI.Web.Entry/appsettings.json
@@ -12,13 +12,12 @@ { "ConfigId": "default", //多库配置ID "ConnectionString": "Server=localhost\\SQLEXPRESS;Database=DocApi;User ID=sa;Password=123456;", "ConnectionString": "Server=.;Database=CY_DocumentSystemOnline;User ID=sa;Password=123456;", "DbType": "SqlServer", "IsAutoCloseConnection": true } ], //swags 名称配置 默认分组 "[openapi:Default]": { "Title": "标书管理系统服务", @@ -50,6 +49,5 @@ "ClockSkew": 5, // 过期时间容错值,long 类型,单位秒,默认 5秒 "Algorithm": "HS256" // 加密算法,string 类型,默认 HS256 } }