Created
February 10, 2015 04:04
-
-
Save javaeeeee/a7209e4ba4d4d41f80bb to your computer and use it in GitHub Desktop.
Dropwizard HTTPS Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Server configuration. | |
| server: | |
| applicationConnectors: | |
| - type: http | |
| port: 8080 | |
| - type: https | |
| port: 8443 | |
| keyStorePath: dwstart.keystore | |
| keyStorePassword: crimson | |
| validateCerts: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment