Skip to content

Commit 5759395

Browse files
committed
update config
1 parent 5906244 commit 5759395

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

config-repo/application.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ eureka:
22
instance:
33
hostname: registry
44
prefer-ip-address: true
5-
metadata-map:
6-
management.context-path: ${server.context-path}
75
client:
86
service-url:
97
defaultZone: http://user:${REGISTRY_SERVER_PASSWORD:password}@registry:8761/eureka/

config-repo/auth-service.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ server:
22
context-path: /uaa
33
port: 5000
44

5+
eureka:
6+
instance:
7+
metadata-map:
8+
management.context-path: ${server.context-path}
9+
510
spring:
611
datasource:
712
url: jdbc:h2:mem:user

0 commit comments

Comments
 (0)