reporting.properties

File location

The file is located in the folder mr-application\src\main\resources.

File values

Key Value Description
reporting.consumers.mail.sender.email name@activeviam.com Email to use when connecting to Gmail.
reporting.consumers.mail.sender.name noreply@activeviam.com Name to use as the sender of emails.
reporting.consumers.mail.sender.password passstring Password to use when connecting to Gmail.

See https://support.google.com/accounts/answer/185833.
reporting.consumers.download-link.timeToLiveInSeconds 90 Time (in seconds) during which the binary reports are kept in the transient in-memory storage.
reporting.consumers.download-link.serverBaseUrl http://localhost:10010/mr-application Base URL of the server exposing the reporting functionalities.
reporting.producers.pdf.browserBasedPdfExportEndpointUrl http://localhost:5000/v1/pdf URL of the “export to PDF” endpoint of the Browser-based Export Server.
reporting.producers.pdf.activeUIUrls http://localhost:10010/ Comma-separated list of base URLs that correspond to an ActiveUI application.

This list is used by ActiveUIJwtBrowserExportPayloadConverter to decide whether to add the custom authentication properties to the payload sent to the Browser-based Export Server.