This commit is contained in:
2023-02-16 01:25:20 +00:00
parent 8fba668d52
commit 6f0455aa85
5 changed files with 46 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ namespace Sockeye.Models
ConnectionSecurity = NotifyMailSecurity.SSLTLS;
SmtpServerPort = 465;
NotifyFromAddress = "support@ayanova.com";
SockeyeServerURL = "http://localhost:8080";
SockeyeServerURL = "https://rockfish.ayanova.com";
}