Skip to content

Commit

Permalink
Merge pull request #39 from zqfang666/springcloud
Browse files Browse the repository at this point in the history
MOCK_ENABLE 初始值设置为false
  • Loading branch information
Cheirmin authored Mar 14, 2023
2 parents e056a9c + 38cecf9 commit 1109ce8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion forecast/src/main/resources/config/httpproxy.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ proxy.password=
#rest connect timeout setting
rest.readtimeout=15000
rest.connecttimeout=10000
mock.enabled=${MOCK_ENABLED:true}
mock.enabled=${MOCK_ENABLED:false}
Original file line number Diff line number Diff line change
Expand Up @@ -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}
2 changes: 1 addition & 1 deletion weather/src/main/resources/config/httpproxy.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 1109ce8

Please sign in to comment.