sdforge 0.3.0

Multi-protocol SDK framework with unified macro configuration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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