version 1
This commit is contained in:
commit
f0648889c0
17
MPE_Config.json
Normal file
17
MPE_Config.json
Normal 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
53
MPE_Config_sample.json
Normal 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
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user