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
@@ -18,7 +18,7 @@ type Config struct {
GRPC GRPC `yaml:"grpc"`
Datapath string `yaml:"data_path" env:"STORE_DATA_PATH" desc:"Path for the store persistence directory."`
Datapath string `yaml:"data_path" env:"STORE_DATA_PATH" desc:"The directory where the filesystem storage will store ocis settings. If not definied, the root directory derives from $OCIS_BASE_DATA_PATH:/store."`
Context context.Context `yaml:"-"`
}