We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f08481 commit fa551eeCopy full SHA for fa551ee
docker/custom.conf
@@ -44,6 +44,9 @@ clowder.primary=${?CLOWDER_PRIMARY}
44
# location in case of services.filesystem.DiskByteStorageService
45
clowder.diskStorage.path="/home/clowder/data"
46
clowder.diskStorage.path=${?CLOWDER_DISKPATH}
47
+filesystem.sourcepaths=["/home/clowder/data"]
48
+filesystem.sourcepaths=[${?CLOWDER_DISKPATH}]
49
+filesystem.sourcepaths=${?CLOWDER_SOURCEPATH}
50
51
# location in case of services.s3.S3ByteStorageService
52
clowder.s3.serviceEndpoint="http://minio:9000"
0 commit comments