mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 01:30:33 +00:00
添加config默认值
This commit is contained in:
@@ -14,9 +14,11 @@ if [ -z "$RUST_LOG" ]; then
|
||||
export RUST_LOG="rustfs=debug,ecstore=debug,s3s=debug"
|
||||
fi
|
||||
|
||||
cargo run \
|
||||
-- --access-key AKEXAMPLERUSTFS \
|
||||
--secret-key SKEXAMPLERUSTFS \
|
||||
--address 0.0.0.0:9010 \
|
||||
--domain-name 127.0.0.1:9010 \
|
||||
cargo run "$DATA_DIR"
|
||||
# -- --access-key AKEXAMPLERUSTFS \
|
||||
# --secret-key SKEXAMPLERUSTFS \
|
||||
# --address 0.0.0.0:9010 \
|
||||
# --domain-name 127.0.0.1:9010 \
|
||||
"$DATA_DIR"
|
||||
|
||||
# cargo run "$DATA_DIR"
|
||||
Reference in New Issue
Block a user