diff --git a/nike/config.py b/nike/config.py index 5046619..2fe83cc 100644 --- a/nike/config.py +++ b/nike/config.py @@ -34,7 +34,7 @@ API_FOOTBALL_KEY = os.getenv('NIKE_API_FOOTBALL_KEY', '') # ── Server ──────────────────────────────────────────────── 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" # IPs allowed to set X-Forwarded-Proto (your HAProxy host). # '*' trusts all — safe when Nike's port is firewalled to HAProxy only.