修改生产连接字符串
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-22 13:04:41 +08:00
parent 37a9315066
commit b05356b8e2
2 changed files with 4 additions and 6 deletions
@@ -38,11 +38,11 @@
},
"applicationUrl": "http://localhost:6100"
},
"IRaCIS.Production": {
"IRaCIS.Prod_IRC": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Production"
"ASPNETCORE_ENVIRONMENT": "Prod_IRC"
},
"applicationUrl": "http://localhost:6300"
}