mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-29 12:10:57 +00:00
The Merge - initial changes
This commit is contained in:
parent
c07330acd9
commit
d0ae5e54f7
17 changed files with 137 additions and 119 deletions
|
|
@ -11,7 +11,7 @@ class TunnelProxy(ApiHandler):
|
|||
tunnel_api_port = (
|
||||
runtime.get_arg("tunnel_api_port")
|
||||
or int(dotenv.get_dotenv_value("TUNNEL_API_PORT", 0))
|
||||
or 5070
|
||||
or 55520
|
||||
)
|
||||
|
||||
# first verify the service is running:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue