more install things
This commit is contained in:
25
templates/env.template
Normal file
25
templates/env.template
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user