docs: fix external domain and external key env var names (#6367)

This commit is contained in:
Alan Hughes 2023-08-15 12:53:26 +01:00 committed by GitHub
parent 0017542aa2
commit faa9ed4de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,10 +41,10 @@ Telemetry:
Port: 8080 # ZITADEL_PORT Port: 8080 # ZITADEL_PORT
# Port ZITADEL is exposed on, it can differ from port e.g. if you proxy the traffic # Port ZITADEL is exposed on, it can differ from port e.g. if you proxy the traffic
# !!! Changing this after the initial setup breaks your system !!! # !!! Changing this after the initial setup breaks your system !!!
ExternalPort: 8080 # ZITADEL_EXTERNAL_PORT ExternalPort: 8080 # ZITADEL_EXTERNALPORT
# Domain/hostname ZITADEL is exposed externally # Domain/hostname ZITADEL is exposed externally
# !!! Changing this after the initial setup breaks your system !!! # !!! Changing this after the initial setup breaks your system !!!
ExternalDomain: localhost # ZITADEL_EXTERNAL_DOMAIN ExternalDomain: localhost # ZITADEL_EXTERNALDOMAIN
# specifies if ZITADEL is exposed externally through TLS # specifies if ZITADEL is exposed externally through TLS
# this must be set to true even if TLS is not enabled on ZITADEL itself # this must be set to true even if TLS is not enabled on ZITADEL itself
# but TLS traffic is terminated on a reverse proxy # but TLS traffic is terminated on a reverse proxy