Major update: Add Environment variables support

This commit is contained in:
Benjamin Toby
2024-10-16 09:40:21 +01:00
parent ed5248a43f
commit f56a63b2f2
8 changed files with 110 additions and 22 deletions
+11
View File
@@ -73,3 +73,14 @@ The config file is a json file that contains all the information needed to run t
}
]
```
You can also use environment variables in the config file. Example:
```json
[
{
"title": "Sync Folders",
"folders": ["$FOLDER_1", "$FOLDER_2"]
}
]
```