Mercurial > hg > orthanc-book
changeset 1106:ceeab11899ee
typo (bc s first commit)
author | Benoit Crickboom <bc@orthanc.team> |
---|---|
date | Fri, 30 Aug 2024 13:46:45 +0200 |
parents | 92f294db6a84 |
children | 1e8d577ce99f |
files | Sphinx/source/plugins/object-storage.rst |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/plugins/object-storage.rst Mon Aug 26 11:43:25 2024 +0200 +++ b/Sphinx/source/plugins/object-storage.rst Fri Aug 30 13:46:45 2024 +0200 @@ -198,7 +198,7 @@ "MigrationFromFileSystemEnabled": false, // see below "StorageStructure": "flat", // see below "EnableLegacyUnknownFiles": true, // optional: see below - "StorageEncryption" : {} // optional: see the section related to encryption + "StorageEncryption" : {}, // optional: see the section related to encryption "HybridMode": "Disabled" // optional: see the section related to Hybrid storage } @@ -215,7 +215,7 @@ "MigrationFromFileSystemEnabled": false, // see below "StorageStructure": "flat", // see below "EnableLegacyUnknownFiles": true, // optional: see below - "StorageEncryption" : {} // optional: see the section related to encryption + "StorageEncryption" : {}, // optional: see the section related to encryption "HybridMode": "Disabled" // optional: see the section related to Hybrid storage }