This commit is contained in:
2021-11-29 21:15:10 +00:00
parent db14155999
commit b4767ee706
5 changed files with 39 additions and 38 deletions

View File

@@ -15,7 +15,7 @@ AyaNova expects the temporary files folder path to be provided by an environment
`AYANOVA_TEMP_FILES_PATH`
The value specified should be a string containing a fully qualified file path for the platform, for example:
`c:\data\ayanova\tempfiles`
`c:\ProgramData\ayanova\tempfiles`
Example command line parameter
@@ -25,7 +25,7 @@ Example environment variable
Windows
`set "AYANOVA_TEMP_FILES_PATH=c:\data\ayanova\tempfiles"`
`set "AYANOVA_TEMP_FILES_PATH=c:\ProgramData\ayanova\tempfiles"`
Linux / MAC