Skip to content

Commit b94e4f8

Browse files
committed
update config
1 parent c68186d commit b94e4f8

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

config-repo/auth-service.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ server:
22
context-path: /uaa
33
port: 5000
44

5+
management:
6+
security:
7+
enabled: false
8+
59
eureka:
610
instance:
711
health-check-url-path: ${server.context-path}/health
812
status-page-url-path: ${server.context-path}/info
913
metadata-map:
10-
user.name: ${security.user.name}
11-
user.password: ${security.user.password}
1214
management.context-path: ${server.context-path}
1315

1416
spring:
@@ -20,8 +22,3 @@ spring:
2022
h2:
2123
console:
2224
enabled: true
23-
24-
security:
25-
user:
26-
name: user
27-
password: password

0 commit comments

Comments
 (0)