comparison README.md @ 48:ff113c3561c5

coding style + doc
author Alain Mazy <am@osimis.io>
date Fri, 02 Apr 2021 09:46:41 +0200
parents 7ddd840563c9
children b40327079244
comparison
equal deleted inserted replaced
47:1691da4ae9c3 48:ff113c3561c5
80 80
81 ``` 81 ```
82 "AzureBlobStorage" : { 82 "AzureBlobStorage" : {
83 "ConnectionString": "DefaultEndpointsProtocol=https;AccountName=xxxxxxxxx;AccountKey=yyyyyyyy===;EndpointSuffix=core.windows.net", 83 "ConnectionString": "DefaultEndpointsProtocol=https;AccountName=xxxxxxxxx;AccountKey=yyyyyyyy===;EndpointSuffix=core.windows.net",
84 "ContainerName" : "test-orthanc-storage-plugin", 84 "ContainerName" : "test-orthanc-storage-plugin",
85 "CreateContainerIfNotExists": true, // available from version 1.2.0 (not released yet)
85 "RootPath": "", // optional: folder in which files are stored (ex: my/path/to/myfolder) 86 "RootPath": "", // optional: folder in which files are stored (ex: my/path/to/myfolder)
86 "StorageEncryption" : {...}, 87 "StorageEncryption" : {...},
87 "StorageStructure" : "flat", 88 "StorageStructure" : "flat",
88 "MigrationFromFileSystemEnabled" : false 89 "MigrationFromFileSystemEnabled" : false
89 } 90 }