Files
raven/docs/8.0/ayanova/docs/ops-config-report-render-browser-path.md
2021-12-09 18:57:30 +00:00

1.0 KiB

REPORT RENDER BROWSER PATH SETTING

This optional setting sets the full path to the Chromium web browser executable that is used by AyaNova to render reports.

If not set, AyaNova will attempt to automatically download a copy of Chromium to a .local-chromium folder under the AyaNova executable folder on first report rendering.

This setting is typically only required for Linux Server operating systems.

Default

Default is empty / not set.

Overriding

AyaNova expects the report rendering browser path to be provided by an environment variable or command line parameter named

AYANOVA_REPORT_RENDER_BROWSER_PATH

The value specified should be a string containing a fully qualified file path to the Chromium browser.

Example command line parameter

ayanova.exe --AYANOVA_REPORT_RENDER_BROWSER_PATH="/usr/bin/chromium-browser" )

Example environment variable

Windows

set "AYANOVA_REPORT_RENDER_BROWSER_PATH=o C:\Program Files\Chromium\chrome.exe"

Linux / MAC

export AYANOVA_REPORT_RENDER_BROWSER_PATH="/usr/bin/chromium-browser"