修改事件环境配置,增加windows部署识别环境参数
continuous-integration/drone/push Build is running

This commit is contained in:
2026-06-01 12:41:54 +08:00
parent 76c69a8464
commit 41efcbfdf1
3 changed files with 46 additions and 44 deletions
@@ -33,11 +33,11 @@
},
"applicationUrl": "http://0.0.0.0:6100"
},
"IRaCIS.Event_IRC": {
"IRaCIS.Prod_Event_IRC": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Event_IRC"
"ASPNETCORE_ENVIRONMENT": "Prod_Event_IRC"
},
"applicationUrl": "http://0.0.0.0:6100"
},