8 lines
379 B
Text
8 lines
379 B
Text
# Gateway Configuration
|
|
# =============================================================================
|
|
# REQUIRED (no defaults)
|
|
# =============================================================================
|
|
|
|
# API token for Bearer authentication - ALL requests must include this
|
|
# Generate with: python3 -c "import secrets; print(secrets.token_urlsafe(32))"
|
|
GATEWAY_API_TOKEN=
|