EgnyteDesktopConfig/MPE_Config_sample.json

53 lines
795 B
JSON
Raw Normal View History

2024-12-11 15:03:29 -07:00
{
"Drives": [
{
"Domain": "mpe.egnyte.com",
"Label": "MPE Drive",
"DriveLetter": "M:",
"UseSSO": true,
"CloudStartPath": "/Shared",
"ConnectedFolders": [
{
"CloudPath": "/Private/::egnyte_username::/Documents",
"CreateChild": false,
"LocalPath": "~/Documents"
},
{
"CloudPath": "/Private/::egnyte_username::/Desktop/",
"CreateChild": false,
"LocalPath": "C:\\Users\\::windows_username::\\Desktop\\"
}
],
"OfflineFolders": [
"\\Private\\::egnyte_username::\\offline"
]
}
],
"CanAddNewDrive": true
}