vps/projects/fireshare/.env.mako

10 lines
490 B
Text
Raw Permalink Normal View History

2024-10-15 13:30:09 +02:00
ADMIN_USERNAME='${secrets["fireshare"]["admin_user"]}'
ADMIN_PASSWORD='${secrets["fireshare"]["admin_pass"]}'
SECRET_KEY='${secrets["fireshare"]["key"]}'
MINUTES_BETWEEN_VIDEO_SCANS=5
# The location in the video thumbnails are generated. A value between 0-100 where 50 would be the frame in the middle of the video file and 0 would be the first frame of the video.
THUMBNAIL_VIDEO_LOCATION=0
DOMAIN=clips.${env['domain']}
PUID=${env['users']['fireshare']}
PGID=${env['users']['fireshare']}