mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
Add env variable alias compatibility warnings (#2044)
This commit is contained in:
+3
-3
@@ -178,9 +178,9 @@ export RUSTFS_NS_SCANNER_INTERVAL=60 # Object scanning interval in seconds
|
||||
|
||||
#export RUSTFS_REGION="us-east-1"
|
||||
|
||||
export RUSTFS_ENABLE_SCANNER=true
|
||||
export RUSTFS_SCANNER_ENABLED=true
|
||||
|
||||
export RUSTFS_ENABLE_HEAL=true
|
||||
export RUSTFS_HEAL_ENABLED=true
|
||||
|
||||
# Object cache configuration
|
||||
export RUSTFS_OBJECT_CACHE_ENABLE=true
|
||||
@@ -252,4 +252,4 @@ fi
|
||||
# To run in release mode, use the following line
|
||||
#cargo run --profile release --bin rustfs
|
||||
# To run in debug mode, use the following line
|
||||
cargo run --bin rustfs
|
||||
cargo run --bin rustfs
|
||||
|
||||
Reference in New Issue
Block a user