We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cf394 commit cdbb41fCopy full SHA for cdbb41f
Website/docs/system-wide-policies.md
@@ -36,8 +36,9 @@ The `config.json` file uses a simple JSON structure to define policy values. An
36
37
```json
38
{
39
+ "Profiles_FolderLocation": "\\\\Server\\Shared\\NETworkManager\\Profiles",
40
+ "Settings_FolderLocation": "%UserProfile%\\NETworkManager\\Settings",
41
"Update_CheckForUpdatesAtStartup": false,
- "Settings_FolderLocation": "C:\\CustomPath\\NETworkManager\\Settings"
42
}
43
```
44
0 commit comments