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

@@ -72,11 +72,15 @@ Email address format, for example `noreply@example.com`
#### AyaNova server URL
The server URL setting is the publicly facing address to connect to the AyaNova server and can not be determined automatically by the AyaNova server.
The server URL setting is the web address location of the AyaNova server web application (where users log in to AyaNova) and can not be determined automatically by the AyaNova server itself.
This setting is a very important part of the notification system as it's used by AyaNova to create links sent in notification email messages to allow Users to open the originating AyaNova record or report by clicking on the link in the notification message.
This setting should be the same address used by Users to connect to AyaNova from the AyaNova web application minus any page path. For example if your AyaNova server is accessed by users at `https://ayanova.example.com/login` you would enter `https://ayanova.example.com` as the server URL here.
This setting should be the same address used by Users to connect to AyaNova from the AyaNova web application minus any page path.
For example if AyaNova login page is accessed by users at `https://ayanova.example.com/login` you would enter `https://ayanova.example.com` as the server URL here.
Or, for example if your AyaNova login page is accessed by users only internally on your local area network at `http://:192.168.1.22:8964/login` you would enter `http://:192.168.1.22:8964` as the server URL here.
### Menu options

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
}