|
|
@@ -16,6 +16,10 @@ spring:
|
|
|
maxPoolSize: 20
|
|
|
test-on-borrow: true
|
|
|
validation-query: SELECT 1
|
|
|
+ redis:
|
|
|
+ host: redis.marathon.l4lb.thisdcos.directory
|
|
|
+ rabbitmq:
|
|
|
+ host: rabbitmq.marathon.l4lb.thisdcos.directory
|
|
|
|
|
|
security:
|
|
|
oauth2:
|
|
|
@@ -31,11 +35,6 @@ security:
|
|
|
filter-order: 3
|
|
|
userInfoUri: ${security.server.url:http://localhost:8082}/user
|
|
|
|
|
|
-eureka:
|
|
|
- client:
|
|
|
- serviceUrl:
|
|
|
- defaultZone: http://localhost:8761/eureka/
|
|
|
-
|
|
|
server:
|
|
|
undertow:
|
|
|
accesslog:
|
|
|
@@ -55,10 +54,4 @@ logging:
|
|
|
org.springframework.cloud: WARN
|
|
|
|
|
|
graylog:
|
|
|
- host: logginggraylog.marathon.l4lb.thisdcos.directory
|
|
|
-
|
|
|
-# TODO: remove this 2 profiles below if done migrating to new environment
|
|
|
----
|
|
|
-spring:
|
|
|
- profiles: docker
|
|
|
-security.server.url: http://app:8080/admin
|
|
|
+ host: logginggraylog.marathon.l4lb.thisdcos.directory
|