Merge branch 'framework' of https://gitee.com/ccnetcore/Yi into framework
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"dotnetRunMessages": true,
|
"dotnetRunMessages": true,
|
||||||
"launchBrowser": true,
|
"launchBrowser": true,
|
||||||
"launchUrl": "swagger",
|
"launchUrl": "swagger",
|
||||||
"applicationUrl": "http://localhost:19002",
|
"applicationUrl": "http://localhost:19001",
|
||||||
"environmentVariables": {
|
"environmentVariables": {
|
||||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
|
|
||||||
//程序启动地址,*代表全部网口
|
//程序启动地址,*代表全部网口
|
||||||
"StartUrl": "http://*:19002",
|
"StartUrl": "http://*:19001",
|
||||||
|
|
||||||
//数据库类型列表
|
//数据库类型列表
|
||||||
"DbList": [ "Sqlite", "Mysql", "Sqlserver", "Oracle" ],
|
"DbList": [ "Sqlite", "Mysql", "Sqlserver", "Oracle" ],
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
//授权
|
//授权
|
||||||
"JwtTokenOptions": {
|
"JwtTokenOptions": {
|
||||||
"Audience": "yi",
|
"Audience": "yi",
|
||||||
"Issuer": "localhost:19002",
|
"Issuer": "localhost:19001",
|
||||||
"Subject": "yiframwork",
|
"Subject": "yiframwork",
|
||||||
"ExpSecond": 3600
|
"ExpSecond": 3600
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user