From f0648889c03eaaa3ef6145fe5a5556cc78b4f743 Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 11 Dec 2024 15:03:29 -0700 Subject: [PATCH] version 1 --- MPE_Config.json | 17 ++++++++++++++ MPE_Config_sample.json | 53 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 MPE_Config.json create mode 100644 MPE_Config_sample.json diff --git a/MPE_Config.json b/MPE_Config.json new file mode 100644 index 0000000..6f85f4c --- /dev/null +++ b/MPE_Config.json @@ -0,0 +1,17 @@ +{ + + "Drives": [ + + { + "Domain": "mpe.egnyte.com", + "Label": "MPE Drive", + "DriveLetter": "M:", + "UseSSO": true, + "CloudStartPath": "/Shared" + } + + ], + + "CanAddNewDrive": true + + } \ No newline at end of file diff --git a/MPE_Config_sample.json b/MPE_Config_sample.json new file mode 100644 index 0000000..dde3f62 --- /dev/null +++ b/MPE_Config_sample.json @@ -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 + + } \ No newline at end of file