Merge branch 'framework' of https://gitee.com/ccnetcore/Yi into framework

This commit is contained in:
橙子
2023-02-04 10:04:52 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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"
} }

View File

@@ -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
}, },