-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbootstrap.yml
19 lines (19 loc) · 1.05 KB
/
bootstrap.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
server:
port: 8888
# ssl:
# enabled: true
# key-store: /keystore.jks
# key-store-password: 123456
# keyStoreType: JKS
# skeyAlias: kido
spring:
cloud:
config:
server:
git:
uri: https://github.com/nhattmit/vndt_config
management:
endpoints:
web:
exposure:
include: "*"