Files
quibot/backend/.env.example
2026-06-18 13:45:32 +02:00

10 lines
195 B
Plaintext

# Raspberry Pi connection config
RASPBERRY_PI_HOST=http://raspberrypi.local
RASPBERRY_PI_PORT=8000
# Auth token for API endpoints
QUIBOT_TOKEN=MY_SECRET_TOKEN
# Backend server config
PORT=3000