This commit is contained in:
2021-12-09 18:57:30 +00:00
parent 881195bb25
commit 116e1647ac
5 changed files with 39 additions and 39 deletions

View File

@@ -4,7 +4,7 @@ This optional setting sets the _full_ path to the Chromium web browser executabl
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 should be used only in cases where it's more appropriate to use a previously installed Chromium browser installation.
This setting is typically only required for Linux Server operating systems.
## Default
@@ -16,11 +16,11 @@ AyaNova expects the report rendering browser path to be provided by an environme
`AYANOVA_REPORT_RENDER_BROWSER_PATH`
The value specified should be a string containing a fully qualified file path to the pg_dump utility.
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="/snap/chromium/current/bin/chromium.desktop/chrome.exe"` )
`ayanova.exe --AYANOVA_REPORT_RENDER_BROWSER_PATH="/usr/bin/chromium-browser"` )
Example environment variable
@@ -30,4 +30,4 @@ Windows
Linux / MAC
`export AYANOVA_REPORT_RENDER_BROWSER_PATH="/snap/chromium/current/bin/chromium.desktop/chrome.exe"`
`export AYANOVA_REPORT_RENDER_BROWSER_PATH="/usr/bin/chromium-browser"`