Skip to content

Commit

Permalink
update URLs to use localhost (#2704)
Browse files Browse the repository at this point in the history
  • Loading branch information
agunapal committed Oct 11, 2023
1 parent 76aa453 commit 645d9a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions benchmarks/config.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
inference_address=http://0.0.0.0:8080
management_address=http://0.0.0.0:8081
inference_address=http://127.0.0.1:8080
management_address=http://127.0.0.1:8081

number_of_netty_threads=32
job_queue_size=1000
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/config_template.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
inference_address=http://0.0.0.0:8080
management_address=http://0.0.0.0:8081
inference_address=http://127.0.0.1:8080
management_address=http://127.0.0.1:8081

0 comments on commit 645d9a5

Please sign in to comment.