vps/roles/fireshare/templates/.env

10 lines
493 B
Bash
Raw Normal View History

2024-07-26 15:55:33 +02:00
ADMIN_USERNAME='{{ fireshare_secrets["admin_username"] }}'
ADMIN_PASSWORD='{{ fireshare_secrets["admin_password"] }}'
SECRET_KEY='{{ fireshare_secrets["secret_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.{{ domain }}
PUID={{ users['fireshare'] }}
PGID={{ users['fireshare'] }}