Seetting for 8002 internal ai agents
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
6b2e42e585
commit
3de09ff074
@ -225,7 +225,7 @@ REST_FRAMEWORK = {
|
|||||||
"EXCEPTION_HANDLER": "pxy_api.exceptions.envelope_exception_handler",
|
"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 = {
|
LOGGING = {
|
||||||
# ... keep your existing handlers/formatters ...
|
# ... keep your existing handlers/formatters ...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user