10 lines
195 B
Plaintext
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
|