-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapplication.yaml
More file actions
39 lines (39 loc) · 1.03 KB
/
Copy pathapplication.yaml
File metadata and controls
39 lines (39 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
spring:
application:
name: feign-client-app
rest:
client:
basic-auth:
username: username
password: password
host: http://localhost:8081
oauth2:
host: http://localhost:8083
token:
url: http://localhost:8084
client-id: client-id
client-secret: client-secret
ntlm:
host: http://localhost:8085
username: username
password: password
workstation: workstation
domain: domain
api-key:
host: http://localhost:8086
key: key
jwt:
host: http://localhost:8087
digest-auth:
host: http://localhost:8088
username: user
password: password
mutual-tls:
host: https://localhost:8089
ssl:
keystore:
path: keystorePath
password: keystorePassword
truststore:
path: truststorePath
password: truststorePassword