Add TLSync token endpoint

This commit is contained in:
2026-05-28 17:55:37 +01:00
parent 550d405935
commit 7808a0ae56
4 changed files with 145 additions and 0 deletions
+7
View File
@@ -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
# =============================================================================