Skip to main content

Server switches

We have a few options to tweak the server through environment variables

Environment variables

TIMEOUT=120 # Timeout in seconds for the request
WORKERS_COUNT=8 # Number of worker processes
PULSE=1 # Enable the pulse endpoint - since v1.5.0
LOG_LEVEL=info # Log level for the server ('DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL') - since v2.0.0
EMBED_FONTS=1 # Embed fonts in the output document - since v2.2.0