From 3de09ff07481834b8714333b619d16f18fa8b0d5 Mon Sep 17 00:00:00 2001 From: Ekaropolus Date: Thu, 18 Sep 2025 22:26:43 -0600 Subject: [PATCH] Seetting for 8002 internal ai agents --- polisplexity/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polisplexity/settings.py b/polisplexity/settings.py index 66a1cc1..0262f3c 100644 --- a/polisplexity/settings.py +++ b/polisplexity/settings.py @@ -225,7 +225,7 @@ REST_FRAMEWORK = { "EXCEPTION_HANDLER": "pxy_api.exceptions.envelope_exception_handler", } -AGENTS_INTERNAL_BASE = "http://127.0.0.1:8000" +AGENTS_INTERNAL_BASE = os.getenv("AGENTS_INTERNAL_BASE", "") LOGGING = { # ... keep your existing handlers/formatters ...