Update main.py
Browse files
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://
|
| 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 ---
|