From 0a8a6e1fbd4267414c7b55fcf03e9857241ef6ea Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Fri, 16 Jun 2023 14:52:15 +0200 Subject: [PATCH] cleanup --- docs/docs/self-hosting/deploy/linux.mdx | 2 +- .../loadbalancing-example/example-zitadel-config.yaml | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/docs/self-hosting/deploy/linux.mdx b/docs/docs/self-hosting/deploy/linux.mdx index 467bf40e7f..dc167aafbf 100644 --- a/docs/docs/self-hosting/deploy/linux.mdx +++ b/docs/docs/self-hosting/deploy/linux.mdx @@ -33,7 +33,7 @@ LATEST=$(curl -i https://github.com/zitadel/zitadel/releases/latest | grep locat ## Run ZITADEL ```bash -ZITADEL_EXTERNALSECURE=false ZITADEL_ANALYTICS_PUSH_ALLENABLED=true zitadel start-from-init --masterkey "MasterkeyNeedsToHave32Characters" --tlsMode disabled +ZITADEL_EXTERNALSECURE=false ZITADEL_TELEMETRY_ENABLED=true zitadel start-from-init --masterkey "MasterkeyNeedsToHave32Characters" --tlsMode disabled ``` diff --git a/docs/docs/self-hosting/deploy/loadbalancing-example/example-zitadel-config.yaml b/docs/docs/self-hosting/deploy/loadbalancing-example/example-zitadel-config.yaml index 463a648339..fa71c4c3c4 100644 --- a/docs/docs/self-hosting/deploy/loadbalancing-example/example-zitadel-config.yaml +++ b/docs/docs/self-hosting/deploy/loadbalancing-example/example-zitadel-config.yaml @@ -2,10 +2,9 @@ Log: Level: 'info' -# Help the ZITADEL maintainers improve the products usability by giving them some insights -Analytics: - Push: - AllEnabled: true +# Help the ZITADEL maintainers improve the products usability by sending them some usage data +Telemetry: + Enabled: true # Make ZITADEL accessible over HTTP, not HTTPS ExternalSecure: true