Files
service-aware-frontend/pkgs/clan-cli/clan_cli/config.py
Luis-Hebendanz f4cf817bf1
Some checks failed
checks-impure / test (pull_request) Successful in 26s
checks / test (pull_request) Failing after 1m47s
Better emulate metadata
2024-01-13 20:54:56 +01:00

9 lines
262 B
Python

host = "127.0.0.1"
port_dlg = 7000
port_ap = 7500
port_client_base = 8000
dlg_url = f"http://{host}:{port_dlg}/docs"
ap_url = f"http://{host}:{port_ap}/docs"
c1_url = f"http://{host}:{port_client_base}/docs"
c2_url = f"http://{host}:{port_client_base + 1}/docs"