You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Server config, specifies port and uses self-signed keystore
server:
applicationConnectors:
- type: http
port: 8080
# - type: https
# port: 8443
# keyStorePath: skeleton.keystore
# keyStorePassword: skeleton
# validateCerts: false
## # trustStorePath may be necessary if you get 'InvalidAlgorithmParameterException' with the settings above, uncomment and replace JAVA_HOME with your own java home