Bug: typo
All checks were successful
CVE Scan & Docker Build / security-scan (push) Successful in 30s
CVE Scan & Docker Build / build-and-push (push) Successful in 1m29s

This commit is contained in:
2026-04-16 07:13:12 -04:00
parent 3ac5212622
commit 195b3885d2

View File

@@ -34,7 +34,7 @@ API_FOOTBALL_KEY = os.getenv('NIKE_API_FOOTBALL_KEY', '')
# ── Server ──────────────────────────────────────────────── # ── Server ────────────────────────────────────────────────
SERVER_HOST = os.getenv('NIKE_HOST') SERVER_HOST = os.getenv('NIKE_HOST')
SERVER_PORT = int(os.getenv('NIKE_PORT') SERVER_PORT = int(os.getenv('NIKE_PORT'))
SERVER_NAME = "Nike — Football Data Platform" SERVER_NAME = "Nike — Football Data Platform"
# IPs allowed to set X-Forwarded-Proto (your HAProxy host). # IPs allowed to set X-Forwarded-Proto (your HAProxy host).
# '*' trusts all — safe when Nike's port is firewalled to HAProxy only. # '*' trusts all — safe when Nike's port is firewalled to HAProxy only.