# SeaweedFS Volume Server (Rust) configuration
# Documentation: https://github.com/seaweedfs/seaweedfs/tree/master/seaweed-volume

# Data directory for volume files
SEAWEEDFS_VOLUME_DIR="/var/lib/seaweedfs"

# Volume server HTTP port
SEAWEEDFS_VOLUME_PORT="8080"

# Master server address(es), comma-separated
SEAWEEDFS_VOLUME_MASTER="localhost:9333"

# IP address to advertise to the cluster
SEAWEEDFS_VOLUME_IP="127.0.0.1"

# Max number of volumes per directory
SEAWEEDFS_VOLUME_MAX="7"

# Log level: debug, trace, info, warn
SEAWEEDFS_VOLUME_LOG_LEVEL="info"

# Extra command-line options (e.g. "--ip.bind=0.0.0.0 --disk=ssd")
SEAWEEDFS_VOLUME_EXTRA_OPTS=""
