From 974486d0d4a53359a64770d41cedd05da84f9d8e Mon Sep 17 00:00:00 2001 From: agunapal Date: Wed, 11 Oct 2023 21:23:24 +0000 Subject: [PATCH] update URLs to use localhost --- benchmarks/config.properties | 4 ++-- benchmarks/config_template.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/benchmarks/config.properties b/benchmarks/config.properties index 5d819a29c6..a1b672d2c2 100644 --- a/benchmarks/config.properties +++ b/benchmarks/config.properties @@ -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 diff --git a/benchmarks/config_template.properties b/benchmarks/config_template.properties index 1b1e9772dd..c2be608e54 100644 --- a/benchmarks/config_template.properties +++ b/benchmarks/config_template.properties @@ -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