|
|
@@ -13,6 +13,11 @@
|
|
|
"AppSettings": {
|
|
|
"InjectSpecificationDocument": true // 生产环境是否开启Swagger
|
|
|
},
|
|
|
+ "DynamicApiControllerSettings": {
|
|
|
+ "LowercaseRoute": false,
|
|
|
+ "KeepName": true,
|
|
|
+ "AsLowerCamelCase": true // 小驼峰路由路径
|
|
|
+ },
|
|
|
"JWTSettings": {
|
|
|
"ValidateIssuerSigningKey": true, // 是否验证密钥,bool 类型,默认true
|
|
|
"IssuerSigningKey": "3c1cbc3f546eda35168c3aa3cb91780fbe703f0996c6d123ea96dc85c70bbc0a", // 密钥,string 类型,必须是复杂密钥,长度大于16
|