添加config默认值

This commit is contained in:
weisd
2024-08-09 21:27:10 +08:00
parent 5411691fb2
commit 71ff5aa253
5 changed files with 49 additions and 14 deletions

View File

@@ -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"