cleanup turbo.json env config

This commit is contained in:
Max Peintner
2025-01-23 10:41:17 +01:00
parent c9531d79df
commit 2cafb7ee59
2 changed files with 4 additions and 5 deletions

View File

@@ -23,11 +23,11 @@ declare namespace NodeJS {
/**
* Self hosting: The service user id
*/
ZITADEL_USER_ID: string;
ZITADEL_SERVICE_USER_ID: string;
/**
* Self hosting: The service user token
*/
ZITADEL_USER_TOKEN: string;
ZITADEL_SERVICE_USER_TOKEN: string;
/**
* Optional: wheter a user must have verified email

View File

@@ -10,9 +10,8 @@
"SYSTEM_USER_ID",
"SYSTEM_USER_PRIVATE_KEY",
"ZITADEL_API_URL",
"ZITADEL_USER_ID",
"ZITADEL_USER_TOKEN",
"ZITADEL_SYSTEM_API_USERID"
"ZITADEL_SERVICE_USER_ID",
"ZITADEL_SERVICE_USER_TOKEN"
],
"tasks": {
"generate": {