From 97ec02562dd6310064d1d4ddcc7a250fdad39e31 Mon Sep 17 00:00:00 2001 From: Satyam Singh Date: Thu, 5 Jan 2023 15:14:05 +0530 Subject: [PATCH] Change env var to P_FS_DIR --- server/src/storage/localfs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/storage/localfs.rs b/server/src/storage/localfs.rs index 622468a4f..20daa2c18 100644 --- a/server/src/storage/localfs.rs +++ b/server/src/storage/localfs.rs @@ -51,7 +51,7 @@ use super::{LogStream, ObjectStorage, ObjectStorageError, ObjectStorageProvider} )] pub struct FSConfig { #[arg( - env = "P_FS_PATH", + env = "P_FS_DIR", value_name = "filesystem path", default_value = "./data", value_parser = validation::canonicalize_path