Skip to content

Commit ca0207e

Browse files
committed
update config
1 parent c4d3897 commit ca0207e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

config-repo/auth-service.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ server:
55
eureka:
66
instance:
77
metadata-map:
8+
user.name: ${security.user.name}
9+
user.password: ${security.user.password}
810
management.context-path: ${server.context-path}
911
health.path: ${server.context-path}/health
1012

@@ -13,4 +15,9 @@ spring:
1315
url: jdbc:h2:mem:user
1416
driver-class-name: org.h2.Driver
1517
jpa:
16-
show-sql: true
18+
show-sql: true
19+
20+
security:
21+
user:
22+
name: user
23+
password: password

0 commit comments

Comments
 (0)