fixing ports in arch_config for demos (#241)

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
This commit is contained in:
Salman Paracha 2024-10-31 14:37:04 -07:00 committed by GitHub
parent 3bff4a597b
commit 21f4e7a5e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -52,6 +52,6 @@ endpoints:
# value could be ip address or a hostname with port
# this could also be a list of endpoints for load balancing
# for example endpoint: [ ip1:port, ip2:port ]
endpoint: host.docker.internal:18083
endpoint: host.docker.internal:18080
# max time to wait for a connection to be established
connect_timeout: 0.005s