aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/application.yml')
-rw-r--r--src/main/resources/application.yml14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 03b65d1..540bcf5 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -108,6 +108,7 @@ spring:
mF9zaMVXgdBFCFEGK58XcFX2rhv4sIpcQAfRvbqMHfBst3Lnfu5PGw==
-----END RSA PRIVATE KEY-----
server:
+ port: 8443
ssl:
bundle: berzerkula
client-auth: want
@@ -122,4 +123,15 @@ management:
endpoints:
web:
exposure:
- include: "*" \ No newline at end of file
+ include: "*"
+ info:
+ env:
+ enabled: true
+ build:
+ enabled: true
+ git:
+ enabled: true
+ java:
+ enabled: true
+ os:
+ enabled: true \ No newline at end of file