This commit is contained in:
Elio Bischof 2023-06-16 14:52:15 +02:00
parent c1f5025463
commit 0a8a6e1fbd
No known key found for this signature in database
GPG Key ID: 7B383FDE4DDBF1BD
2 changed files with 4 additions and 5 deletions

View File

@ -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
```
<DefaultUser components={props.components} />

View File

@ -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