# Environment Variables Configuration
# Copy this file to .env and customize
# HTTP Server Configuration
AXIOM_HTTP_HOST=0.0.0.0
AXIOM_HTTP_PORT=3000
AXIOM_HTTP_BODY_LIMIT_MB=2
# Security Configuration
AXIOM_SECURITY_RATE_LIMIT=100/minute
AXIOM_SECURITY_API_KEY_HEADER=X-API-Key
AXIOM_SECURITY_REQUIRE_AUTH_BY_DEFAULT=false
# Logging Configuration
AXIOM_LOGGING_LEVEL=info
AXIOM_LOGGING_ENABLE_TRACING=false
AXIOM_LOGGING_AUDIT_ENABLED=false