We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68186d commit b94e4f8Copy full SHA for b94e4f8
config-repo/auth-service.yml
@@ -2,13 +2,15 @@ server:
2
context-path: /uaa
3
port: 5000
4
5
+management:
6
+ security:
7
+ enabled: false
8
+
9
eureka:
10
instance:
11
health-check-url-path: ${server.context-path}/health
12
status-page-url-path: ${server.context-path}/info
13
metadata-map:
- user.name: ${security.user.name}
- user.password: ${security.user.password}
14
management.context-path: ${server.context-path}
15
16
spring:
@@ -20,8 +22,3 @@ spring:
20
22
h2:
21
23
console:
24
enabled: true
-
-security:
25
- user:
26
- name: user
27
- password: password
0 commit comments