This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user