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 1af3d4f commit e42642cCopy full SHA for e42642c
server/src/storage/localfs.rs
@@ -51,7 +51,7 @@ use super::{LogStream, ObjectStorage, ObjectStorageError, ObjectStorageProvider}
51
)]
52
pub struct FSConfig {
53
#[arg(
54
- env = "P_FS_PATH",
+ env = "P_FS_DIR",
55
value_name = "filesystem path",
56
default_value = "./data",
57
value_parser = validation::canonicalize_path
0 commit comments