Seetting for 8002 internal ai agents
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ekaropolus 2025-09-18 22:26:43 -06:00
parent 6b2e42e585
commit 3de09ff074

View File

@ -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 ...