Jafner.net/homelab/server/config/fireshare/fireshare.env

10 lines
226 B
Bash
Raw Normal View History

2022-11-01 00:31:41 -07:00
# Volumes
2022-10-16 15:53:10 -07:00
VIDEO_DIR=/mnt/nas/media/Video/Recordings/Fireshare
2022-10-16 15:30:45 -07:00
DATA_DIR=/home/joey/data/fireshare/db
PROCESSED_DIR=/home/joey/data/fireshare/metadata
2022-11-01 00:31:41 -07:00
# Env
ADMIN_USERNAME=joey
MINUTES_BETWEEN_VIDEO_SCANS=10
PUID=1000
PGID=1000