mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-14 13:04:22 +00:00
log vars
This commit is contained in:
@@ -40,6 +40,11 @@ export async function createServiceForHost<T extends ServiceClass>(
|
||||
}
|
||||
|
||||
if (!token) {
|
||||
console.log(
|
||||
process.env.AUDIENCE,
|
||||
process.env.SYSTEM_USER_ID,
|
||||
process.env.SYSTEM_USER_PRIVATE_KEY,
|
||||
);
|
||||
throw new Error("No token found");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user