9 lines
490 B
Mako
9 lines
490 B
Mako
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']}
|
|
|