Bug: typo
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user