diff --git a/packaging/evebox.yaml b/packaging/evebox.yaml index ec7e6f0a..d7727a3c 100644 --- a/packaging/evebox.yaml +++ b/packaging/evebox.yaml @@ -5,6 +5,15 @@ http: ## it up. #host: "0.0.0.0" + tls: + # By default a TLS is enabled and a self signed certificate will + # be created. Uncomment and set this to false to disable TLS. + enabled: false + +# By default authentication is enabled, uncomment this line to disable +# authentication. +authentication: false + database: type: elasticsearch