diff --git a/forecast/src/main/resources/config/httpproxy.properties b/forecast/src/main/resources/config/httpproxy.properties index 81305b44..2335d1b5 100644 --- a/forecast/src/main/resources/config/httpproxy.properties +++ b/forecast/src/main/resources/config/httpproxy.properties @@ -7,4 +7,4 @@ proxy.password= #rest connect timeout setting rest.readtimeout=15000 rest.connecttimeout=10000 -mock.enabled=${MOCK_ENABLED:true} \ No newline at end of file +mock.enabled=${MOCK_ENABLED:false} \ No newline at end of file diff --git a/weather-beta/src/main/resources/config/httpproxy.properties b/weather-beta/src/main/resources/config/httpproxy.properties index d34d977f..f859d231 100644 --- a/weather-beta/src/main/resources/config/httpproxy.properties +++ b/weather-beta/src/main/resources/config/httpproxy.properties @@ -7,6 +7,6 @@ proxy.password= #rest connect timeout setting rest.readtimeout=15000 rest.connecttimeout=10000 -mock.enabled=${MOCK_ENABLED:true} +mock.enabled=${MOCK_ENABLED:false} randomException.enabled=${RANDOMEXCEPTION_ENABLED:false} timewait.enabled=${TIMEWAIT_ENABLED:false} \ No newline at end of file diff --git a/weather/src/main/resources/config/httpproxy.properties b/weather/src/main/resources/config/httpproxy.properties index d34d977f..f859d231 100644 --- a/weather/src/main/resources/config/httpproxy.properties +++ b/weather/src/main/resources/config/httpproxy.properties @@ -7,6 +7,6 @@ proxy.password= #rest connect timeout setting rest.readtimeout=15000 rest.connecttimeout=10000 -mock.enabled=${MOCK_ENABLED:true} +mock.enabled=${MOCK_ENABLED:false} randomException.enabled=${RANDOMEXCEPTION_ENABLED:false} timewait.enabled=${TIMEWAIT_ENABLED:false} \ No newline at end of file