rename insecure to --no-tls and add to Makefile
Compare changes
- Timm Fitschen authored
+ 1
− 0
@@ -56,6 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Server can be startet without TLS (only HTTP, no certificate needed) even when not in debug mode.
The actual change is only a one-liner in CaosDBServer.java
The Makefile is changed to make it easy to start the server without tls
Test in deploy (https://gitlab.indiscale.com/caosdb/src/caosdb-deploy/-/merge_requests/124) with no_tls
set to true/false
For further good practices have a look at our review guidelines.