This commit is contained in:
@@ -31,6 +31,14 @@ Here is an example config.json file contents, note that each property and value
|
||||
|
||||
If you add a property to this file **be sure** to place a comma after the preceding item or the config.json file will be invalid.
|
||||
|
||||
### Backslashes in config.json
|
||||
|
||||
JSON files require **double backslashes** to be valid.
|
||||
|
||||
Windows paths in config.json must have double backslashes as in the example above.
|
||||
|
||||
Linux uses the forward slash character for paths so this rule doesn't apply.
|
||||
|
||||
## ENVIRONMENT VARIABLES
|
||||
|
||||
Set the AyaNova environment variables in the manner appropriate for your operating system, either from the command line or as a host setting. For example:
|
||||
|
||||
Reference in New Issue
Block a user