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 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"` )
|
||||
|
||||
Reference in New Issue
Block a user