This commit is contained in:
2021-12-14 17:08:55 +00:00
parent 5e8e583018
commit 1d25c471dc
5 changed files with 48 additions and 9 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 is typically only required for Linux Server operating systems.
This setting is typically not required to be set.
## Default
@@ -18,6 +18,15 @@ AyaNova expects the report rendering browser path to be provided by a config.jso
The value specified should be a string containing a fully qualified file path to the Chromium browser.
Example config.json entry
```json
{
...other properties...
"AYANOVA_REPORT_RENDER_BROWSER_PATH": "/usr/bin/chromium-browser"
}
```
Example command line parameter
`ayanova.exe --AYANOVA_REPORT_RENDER_BROWSER_PATH="/usr/bin/chromium-browser"` )