# FileBrowser Quantum Environment Variables
# For more info see documentation

# Set admin password
#FILEBROWSER_ADMIN_PASSWORD=admin

# Path to the configuration file
#FILEBROWSER_CONFIG=/etc/filebrowser/config.yaml

# Path to the database file
#FILEBROWSER_DATABASE=/var/lib/filebrowser/filebrowser.db

# Secrets for authentication (keep this file 0600)
#FILEBROWSER_JWT_TOKEN_SECRET=yoursecret
#FILEBROWSER_TOTP_SECRET=yoursecret

# External Auth Credentials
#FILEBROWSER_LDAP_USER_PASSWORD=yourpassword
#FILEBROWSER_OIDC_CLIENT_SECRET=yoursecret

# Developer settings
#FILEBROWSER_DEVMODE=false
#FILEBROWSER_SQL_WAL=true
