Files
MediaLore-Web-App/.env.example
Garret Patti 2b0b19eb91 add auth
2026-06-29 10:41:29 -04:00

21 lines
682 B
Plaintext

# Set this to the top-level directory on your host that contains your media.
# Library paths you configure in the app must be subdirectories of this path.
# Inside the container, this maps to /media.
MEDIA_ROOT=/mnt/nas
# Authentication settings
# SECRET_KEY is used to sign JWT tokens. Leave unset to auto-generate one
# (all sessions will be invalidated on restart).
SECRET_KEY=
# Admin user created on first startup.
ADMIN_USERNAME=admin
ADMIN_PASSWORD=change-me
# JWT token expiry in days (default: 30).
ACCESS_TOKEN_EXPIRE_DAYS=30
# Gitea container registry owner (username or org). Used by docker-compose.yml
# to pull pre-built images. Defaults to "gpatti".
OWNER=gpatti