Better env docs

This commit is contained in:
Xoconoch
2025-08-04 12:08:37 -06:00
parent 27a00c237e
commit 70e816cf8f
2 changed files with 4 additions and 2 deletions

View File

@@ -19,8 +19,10 @@ PGID=1000
# Optional: Sets the default file permissions for newly created files within the container.
UMASK=0022
# Basic Authentication
# Enable authentication
ENABLE_AUTH=true
# Basic Authentication settings
JWT_SECRET=your-super-secret-jwt-key-change-in-production
JWT_EXPIRATION_HOURS=24
DEFAULT_ADMIN_USERNAME=admin