Add TLSync token endpoint
This commit is contained in:
@@ -132,6 +132,13 @@ OCR_LANG=eng
|
||||
MEMORY_WARNING_THRESHOLD=80
|
||||
MEMORY_REJECT_THRESHOLD=95
|
||||
|
||||
# =============================================================================
|
||||
# TLSync Configuration
|
||||
# =============================================================================
|
||||
# Server-side secret used to sign short-lived TLSync auth tokens. Do not expose with a VITE_ prefix.
|
||||
TLSYNC_SECRET=change-me-server-side-only
|
||||
TLSYNC_TOKEN_TTL_SECONDS=300
|
||||
|
||||
# =============================================================================
|
||||
# CORS Configuration
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user