# Configuration for NaaS (No as a Service) # This file is sourced by the systemd service # Port to listen on (default: 8080) PORT=8080 # Bind address (default: 127.0.0.1 for localhost only) # Use 0.0.0.0 to listen on all interfaces BIND_ADDR=127.0.0.1 # Additional options can be added here as needed # RUST_LOG=info