From 031f55f349920145bd3c0c035cdd82ab49d02f11 Mon Sep 17 00:00:00 2001 From: Arne H Juul Date: Thu, 7 Jul 2016 15:47:53 +0200 Subject: remove hard-coded overrides * will now use setting from environment, with fallback from the Defaults class. --- vespabase/src/common-env.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vespabase') diff --git a/vespabase/src/common-env.sh b/vespabase/src/common-env.sh index 4c26e0e9396..d2e30ec3368 100755 --- a/vespabase/src/common-env.sh +++ b/vespabase/src/common-env.sh @@ -75,8 +75,6 @@ get_var() { } populate_environment () { - export VESPA_WEB_SERVICE_PORT=4080 - # these are the variables we want while running vespa: # VESPA_HOME - where is Vespa installed # VESPA_CONFIGSERVERS - the host (or list of host) where a configserver runs @@ -87,6 +85,7 @@ populate_environment () { # VESPA_CONFIGSERVER_RPC_PORT - the RPC port for configservers # VESPA_CONFIGSERVER_HTTP_PORT - the webservice (REST api) port for configservers # VESPA_CONFIG_PROTOCOL_VERSION - the RPC protocol version to use + # VESPA_WEB_SERVICE_PORT - where the main REST apis will normally run # debugging # VESPA_VALGRIND_OPT - for memory leak tracking, the options to use for valgrind -- cgit v1.2.3