README is confusing for me
probil opened this issue · 2 comments
probil commented
httpMode
is not correctly described in docs. I'm confused
Setup Configuration (says for SSL it should be false
)
"httpMode": false
Disable HTTPS (says for SSL it should be true
)
The configuration entry "httpMode": false will disable https.
Enable SSL (says for SSL it should be true
)
"httpMode": true
Enable Mutual SSL (says for SSL it should be true
)
"httpMode": true,
On app start with "httpMode": false
(!):
Web server listening at: http://0.0.0.0:8080
Browse your REST API at http://0.0.0.0:8080/explorer
And with "httpMode": true
(!):
Web server listening at: https://0.0.0.0:8080
Browse your REST API at https://0.0.0.0:8080/explorer
slahiri commented
This will be a breaking change for people already using the module. What do you suggest we can document further in README to make this more clear and easy?
slahiri commented
Updated the readme documentation to make it less complicated without making any breaking changes.