rkihacker commited on
Commit
a9a44ef
·
verified ·
1 Parent(s): d4952d3

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -20,7 +20,7 @@ logger = logging.getLogger(__name__)
20
  # --- Simplified Target Configuration ---
21
  # The proxy will now forward the request path exactly as it receives it.
22
  # We only need to define the target host.
23
- TARGET_HOST = os.getenv("TARGET_HOST", "https://console.gmicloud.ai")
24
  logger.info(f"Proxying all request paths to host: {TARGET_HOST}")
25
 
26
  # --- Retry Logic Configuration ---
 
20
  # --- Simplified Target Configuration ---
21
  # The proxy will now forward the request path exactly as it receives it.
22
  # We only need to define the target host.
23
+ TARGET_HOST = os.getenv("TARGET_HOST", "https://api.gmi-serving.com")
24
  logger.info(f"Proxying all request paths to host: {TARGET_HOST}")
25
 
26
  # --- Retry Logic Configuration ---