# RoboParty RP Server — default environment
RP_HOST=0.0.0.0
RP_PORT=8765
RP_LOG_LEVEL=info
RP_ROBOT_CONFIG=/opt/roboparty/share/roboto-inference/config/robot/robot.yaml
RP_SERVER_CONFIG=/opt/roboparty/share/roboparty-rp-server/config/server.yaml

# Production service intentionally has no RP_MOCK setting.
# Secrets belong in /etc/rp-server/rp-server.env (mode 0600), not here.
