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 9ca9ab6 commit 73fc72aCopy full SHA for 73fc72a
config/profiles/application-config.yml
@@ -62,11 +62,12 @@ spring:
62
server:
63
port: ${server.port:8080}
64
address: ${server.ip:0.0.0.0}
65
- ssl.enabled: false
66
- ssl.key-store: keystore.p12 # Absolute path
67
- ssl.key-store-password: password
68
- ssl.keyStoreType: PKCS12
69
- ssl.keyAlias: tomcat
+ ssl:
+ enabled: false
+ key-store: keystore.p12 # Absolute path
+ key-store-password: password
+ keyStoreType: PKCS12
70
+ keyAlias: tomcat
71
72
datart:
73
0 commit comments