I am using the Jasper Server Docker community edition. Am trying to update the SMTP configuration.
Instead of js.Quartz.property update, Is there any possible configure the SMTP configuration in UI.
2 Answers:
Posted on August 11, 2019 at 10:45am
Not through the UI.
The entrypoint for js-docker allows you to add additional properties into the default_master.properties file used to configure the instance.
See "Additional default_master installation properties" in the documentation https://github.com/TIBCOSoftware/js-docker
You will need to look at the Installation Guide.
Sherman