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

@@ -17,6 +17,14 @@ AyaNova expects the override password to be provided by a config.json property,
The value specified should be a string used to temporarily override the super user password e.g.:
`Th3RainInSpainFallsMainlyOnTh3Pla1n`
Example config.json entry
```json
{
...other properties...
"AYANOVA_REPORT_RENDERING_TIMEOUT": "Th3RainInSpainFallsMainlyOnTh3Pla1n"
}
```
Example command line parameter
@@ -31,5 +39,3 @@ Windows
Linux / MAC
`export AYANOVA_SET_SUPERUSER_PW="Th3RainInSpainFallsMainlyOnTh3Pla1n"`