account confirmation
This commit is contained in:
@@ -14,6 +14,7 @@ services:
|
||||
FILES_DIR: ${FILES_DIR:-/data/files}
|
||||
UPLOAD_MAX_SIZE_MB: ${UPLOAD_MAX_SIZE_MB:-20}
|
||||
REGISTRATION_ENABLED: ${REGISTRATION_ENABLED:-false}
|
||||
ACCOUNT_CONFIRMATION_REQUIRED: ${ACCOUNT_CONFIRMATION_REQUIRED:-false}
|
||||
RUST_LOG: ${RUST_LOG:-rustpad=info,tower_http=warn}
|
||||
FRONTEND_LOG_LEVEL: ${FRONTEND_LOG_LEVEL:-warn}
|
||||
PUBLIC_URL: ${PUBLIC_URL:-http://localhost:3000}
|
||||
|
||||
Reference in New Issue
Block a user