Configuratie

Beheer uw WAF via omgevingsvariabelen, dashboard of API. Geen complexe configuratiebestanden nodig.

Kerninstelling

API_PORT=8080
ENVIRONMENT=production
LOG_LEVEL=info

Database (PostgreSQL)

DATABASE_URL=postgres://user:pass@host:port/dbname
DB_MAX_OPEN_CONNS=25
DB_MAX_IDLE_CONNS=5

SSL en Let's Encrypt

Automatische HTTPS-certificaatinrichting en verlenging zonder downtime

[email protected]
CERTS_STORAGE=/app/certs
# Staging URL for testing:
# ACME_DIRECTORY_URL=https://acme-staging-v02.api.letsencrypt.org/directory

Redis-configuratie

REDIS_ADDR=localhost:6379
REDIS_PASSWORD=
REDIS_DB=0
REDIS_POOL_SIZE=10

WAF Engine-instellingen

  • Verzoektime-out - Hoe lang moet op upstream-antwoorden wachten (standaard 30s)
  • Max Request Body - Beperk uploadgrootten om misbruik te voorkomen (standaard 10MB)
  • Bot-detectie - Intelligente botclassificatie in- of uitschakelen