This commit is contained in:
@@ -15,15 +15,24 @@ AyaNova expects the user files folder path to be provided by a config.json prope
|
||||
|
||||
`AYANOVA_ATTACHMENT_FILES_PATH`
|
||||
|
||||
The value specified should be a string containing a fully qualified file path for the platform, for example:
|
||||
`c:\ProgramData\ayanova\attachments`
|
||||
The value specified should be a string containing a fully qualified file path for the platform.
|
||||
|
||||
Example config.json entry
|
||||
Example LINUX config.json entry
|
||||
|
||||
```json
|
||||
{
|
||||
...other properties...
|
||||
"AYANOVA_ATTACHMENT_FILES_PATH": "c:\ProgramData\ayanova\attachments"
|
||||
"AYANOVA_ATTACHMENT_FILES_PATH": "/var/lib/ayanova/attachments"
|
||||
}
|
||||
```
|
||||
|
||||
Example WINDOWS config.json entry
|
||||
(Back slashes need to be **doubled** in config.json file or the server will fail to start)
|
||||
|
||||
```json
|
||||
{
|
||||
...other properties...
|
||||
"AYANOVA_ATTACHMENT_FILES_PATH": "c:\\ProgramData\\ayanova\\attachments"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user