case 4124

This commit is contained in:
2022-03-10 01:07:39 +00:00
parent 51ec5cec88
commit 35f8096a0f
2 changed files with 7 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ namespace AyaNova.Models
ConnectionSecurity= NotifyMailSecurity.SSLTLS;
SmtpServerPort=587;
NotifyFromAddress="noreply@example.com";
AyaNovaServerURL="https://ayanovaserver.example.com";
AyaNovaServerURL="https://url_to_my_ayanova_app";
#endif
}