From 06c23f0f586b07f90621c1dfb1eae363e3ea0cf7 Mon Sep 17 00:00:00 2001 From: liquidjoo Date: Wed, 6 Feb 2019 00:53:29 +0900 Subject: [PATCH] dev env --- contents/src/main/resources/application-dev.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/src/main/resources/application-dev.properties b/contents/src/main/resources/application-dev.properties index 884741b..3605049 100644 --- a/contents/src/main/resources/application-dev.properties +++ b/contents/src/main/resources/application-dev.properties @@ -13,7 +13,7 @@ spring.main.allow-bean-definition-overriding=true hystrix.command.CircuitBreakerCommandKey.execution.isolation.thread.timeoutInMilliseconds=2000 hystrix.command.CircuitBreakerCommandKey.circuitBreaker.requestVolumeThreshold=20 hystrix.command.CircuitBreakerCommandKey.errorThresholdPercentage=50 - + eureka.instance.prefer-ip-address=true #eureka.client.service-url.defalutZone=http://127.0.0.1:8761/eureka