Better env docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user