This commit is contained in:
weisd
2024-06-25 17:33:46 +08:00
parent 0e4e574bd4
commit d3714de65b
8 changed files with 34 additions and 17 deletions

View File

@@ -10,9 +10,8 @@ if [ -z "$RUST_LOG" ]; then
fi
cargo run \
-- --access-key AKEXAMPLERUSTFS \
-- --secret-key SKEXAMPLERUSTFS \
-- --host localhost \
-- --port 9010 \
-- --domain-name localhost:9010 \
-- --access-key AKEXAMPLERUSTFS \
--secret-key SKEXAMPLERUSTFS \
--address 0.0.0.0:9010 \
--domain-name localhost:9010 \
"$DATA_DIR"