修改启动配置
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2023-12-05 10:19:42 +08:00
parent 3c031a9065
commit 495418cac2
1 changed files with 3 additions and 3 deletions

View File

@ -13,14 +13,14 @@
"commandName": "IISExpress", "commandName": "IISExpress",
"launchBrowser": true, "launchBrowser": true,
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Test_IRC"
} }
}, },
"IRaCIS.Development": { "IRaCIS.Test_IRC": {
"commandName": "Project", "commandName": "Project",
"launchBrowser": true, "launchBrowser": true,
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Test_IRC"
}, },
"applicationUrl": "http://localhost:6100" "applicationUrl": "http://localhost:6100"
}, },