9 lines
493 B
Bash
9 lines
493 B
Bash
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'] }}
|