fix: modify webhook port

This commit is contained in:
houseme
2025-04-22 23:06:43 +08:00
parent 52a1f9b8a7
commit ea13098beb
3 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ export RUSTFS__LOGGER__QUEUE_CAPACITY=10
# 事件消息配置
export RUSTFS_EVENT_CONFIG="./deploy/config/event.example.toml"
export RUST_LOG="rustfs=debug,ecstore=debug,s3s=debug,iam=debug"
if [ -n "$1" ]; then
export RUSTFS_VOLUMES="$1"
fi