version 1

This commit is contained in:
Erik Eckert 2024-12-11 15:03:29 -07:00
commit f0648889c0
2 changed files with 70 additions and 0 deletions

17
MPE_Config.json Normal file
View File

@ -0,0 +1,17 @@
{
"Drives": [
{
"Domain": "mpe.egnyte.com",
"Label": "MPE Drive",
"DriveLetter": "M:",
"UseSSO": true,
"CloudStartPath": "/Shared"
}
],
"CanAddNewDrive": true
}

53
MPE_Config_sample.json Normal file
View File

@ -0,0 +1,53 @@
{
"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
}