mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-04 15:35:10 +00:00
fix: typo in defaults.yaml where ExternalPort should be ExternalDomain (#8923)
# Which Problems Are Solved Fixed a typo in cmd/defaults.yaml where ExternalPort should be ExternalDomain Co-authored-by: Fabi <fabienne@zitadel.com>
This commit is contained in:
parent
d4389ab359
commit
48ffc902cc
@ -68,7 +68,7 @@ Port: 8080 # ZITADEL_PORT
|
||||
# It can differ from Port e.g. if a reverse proxy forwards the traffic to ZITADEL
|
||||
# Read more about external access: https://zitadel.com/docs/self-hosting/manage/custom-domain
|
||||
ExternalPort: 8080 # ZITADEL_EXTERNALPORT
|
||||
# ExternalPort is the domain on which end users access ZITADEL.
|
||||
# ExternalDomain is the domain on which end users access ZITADEL.
|
||||
# Read more about external access: https://zitadel.com/docs/self-hosting/manage/custom-domain
|
||||
ExternalDomain: localhost # ZITADEL_EXTERNALDOMAIN
|
||||
# ExternalSecure specifies if ZITADEL is exposed externally using HTTPS or HTTP.
|
||||
|
Loading…
Reference in New Issue
Block a user