修改配置文件
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-06-18 13:16:26 +08:00
parent 4719177009
commit 344b92c427
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Event_IRC"
},
"applicationUrl": "http://localhost:6101"
"applicationUrl": "http://localhost:6100"
},
"Docker": {
"commandName": "Docker",

View File

@ -40,7 +40,7 @@ public static class SendEmailHelper
}
}
catch (Exception )
catch (Exception ex)
{
//---邮件发送失败,您进行的操作未能成功,请检查邮箱或联系维护人员