|
|
@@ -1,8 +1,8 @@
|
|
|
{
|
|
|
"$schema": "https://gitee.com/dotnetchina/Furion/raw/net6/schemas/v3/furion-schema.json",
|
|
|
|
|
|
- "Urls": "https://*:44326;http://*:44325", // 配置默认端口
|
|
|
- "https_port": 44326,
|
|
|
+ "Urls": "http://*:5005", // 配置默认端口
|
|
|
+ // "https_port": 44325,
|
|
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
|
@@ -13,7 +13,7 @@
|
|
|
"DefaultRoutePrefix": "api", // 默认路由前缀
|
|
|
"CamelCaseSeparator": "", // 骆驼(驼峰)/帕斯卡命名分隔符
|
|
|
"LowercaseRoute": false, // 小写路由格式
|
|
|
- "AsLowerCamelCase": true, // 启用小驼峰命名(首字母小写)
|
|
|
+ "AsLowerCamelCase": true // 启用小驼峰命名(首字母小写)
|
|
|
//"KeepVerb": false // 保留动作谓词
|
|
|
//"KeepName": true // 保留默认名称
|
|
|
},
|