26 lines
498 B
Plaintext
26 lines
498 B
Plaintext
# Environment Configuration for Video Player System
|
|
# Copy this file to .env and modify the values as needed
|
|
|
|
# System User Configuration
|
|
USER=pi
|
|
GROUP=pi
|
|
|
|
# Video Configuration
|
|
VIDEO_FOLDER=/home/pi/Videos
|
|
|
|
# Service Configuration
|
|
SERVICE_NAME=video-player
|
|
INSTALL_DIR=/opt/video_player
|
|
CONFIG_DIR=/etc/video_player
|
|
|
|
# GPIO Configuration
|
|
GPIO_GROUP=gpio
|
|
|
|
# Logging Configuration
|
|
LOG_FILE=/var/log/video_player.log
|
|
LOG_LEVEL=INFO
|
|
|
|
# Display Configuration
|
|
DISPLAY=:0
|
|
XAUTHORITY=/home/pi/.Xauthority
|