Improving the description for several environemt variables

This commit is contained in:
mmattel
2022-10-13 12:07:46 +02:00
parent 696555c27c
commit 6edb44fa83
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ type Config struct {
// FileSystemStorage defines the available filesystem storage configuration.
type FileSystemStorage struct {
RootDirectory string `yaml:"root_directory" env:"THUMBNAILS_FILESYSTEMSTORAGE_ROOT" desc:"The directory where the filesystem storage will store the thumbnails."`
RootDirectory string `yaml:"root_directory" env:"THUMBNAILS_FILESYSTEMSTORAGE_ROOT" desc:"The directory where the filesystem storage will store the thumbnails. If not definied, the root directory derives from $OCIS_BASE_DATA_PATH:/thumbnails."`
}
// Thumbnail defines the available thumbnail related configuration.