Revert "enable static api url"

This reverts commit 20c170bbd5.
This commit is contained in:
Elio Bischof
2025-02-14 07:25:40 +01:00
parent 20c170bbd5
commit beffae47af
3 changed files with 9 additions and 19 deletions

View File

@@ -10,18 +10,10 @@ declare namespace NodeJS {
SYSTEM_USER_PRIVATE_KEY: string; // The fallback service user private key
/**
* Self hosting: The Zitadel API url
* Self hosting: The instance url
*/
ZITADEL_API_URL: string;
/**
* Takes effect only if ZITADEL_API_URL is not empty.
* This is only relevant if Zitadels runtime has the ZITADEL_INSTANCEHOSTHEADERS config changed.
* The default is x-zitadel-instance-host.
* Most users don't need to set this variable.
*/
ZITADEL_INSTANCE_HOST_HEADER: string
/**
* Self hosting: The service user id
*/