8 lines
292 B
Plaintext
8 lines
292 B
Plaintext
# Debug env for backend-api
|
|
# Enables decoded JWT header in responses and some extra debug verification info
|
|
ALLOW_DEBUG_TOKEN_HEADER=1
|
|
NODE_ENV=development
|
|
# Optional: enable extra debug verify step using LIVEKIT_API_SECRET (if configured)
|
|
# LIVEKIT_API_SECRET=your_livekit_api_secret_here
|
|
|