31 lines
677 B
Plaintext
31 lines
677 B
Plaintext
# Frontend
|
|
VITE_API_URL=http://localhost:8055
|
|
VITE_WS_URL=ws://localhost:3001
|
|
|
|
# Control Service
|
|
PORT=3001
|
|
CEC_DEVICE=/dev/ttyAMA0
|
|
PLEX_LAUNCH_COMMAND=/usr/bin/plex-htpc
|
|
KIOSK_LAUNCH_COMMAND=/home/pi/scripts/launch-kiosk.sh
|
|
|
|
# Directus
|
|
DATABASE_URL=postgresql://directus:directus123@postgres:5432/directus
|
|
SECRET=your-secret-key-here
|
|
AUTH_SECRET=your-auth-secret-key
|
|
DB_CLIENT=postgres
|
|
DB_HOST=postgres
|
|
DB_PORT=5432
|
|
DB_DATABASE=directus
|
|
DB_USER=directus
|
|
DB_PASSWORD=directus123
|
|
CORS_ORIGIN=http://localhost:5173,http://localhost:5000
|
|
|
|
# Postgres
|
|
POSTGRES_USER=directus
|
|
POSTGRES_PASSWORD=directus123
|
|
POSTGRES_DB=directus
|
|
|
|
# Application
|
|
WELCOME_NAME=Guest
|
|
IDLE_TIMEOUT_MINUTES=5
|