mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 13:35:07 +00:00
cleanup turbo.json env config
This commit is contained in:
4
apps/login/next-env-vars.d.ts
vendored
4
apps/login/next-env-vars.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user