mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 13:35:07 +00:00
enable static api url
This commit is contained in:
10
apps/login/next-env-vars.d.ts
vendored
10
apps/login/next-env-vars.d.ts
vendored
@@ -10,10 +10,18 @@ declare namespace NodeJS {
|
||||
SYSTEM_USER_PRIVATE_KEY: string; // The fallback service user private key
|
||||
|
||||
/**
|
||||
* Self hosting: The instance url
|
||||
* Self hosting: The Zitadel API 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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user