rm Self hosting prefix

This commit is contained in:
Max Peintner
2025-02-24 18:07:09 +01:00
parent 65712dac98
commit 6468c60603

View File

@@ -10,12 +10,12 @@ declare namespace NodeJS {
SYSTEM_USER_PRIVATE_KEY: string; // The fallback service user private key
/**
* Self hosting: The Zitadel API url
* The Zitadel API url
*/
ZITADEL_API_URL: string;
/**
* Self hosting: The service user token
* The service user token
*/
ZITADEL_SERVICE_USER_TOKEN: string;