We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f672b0d commit f7ccedbCopy full SHA for f7ccedb
config/config.ts
@@ -57,6 +57,7 @@ export function loadEnv(env: env, fromWorkerEnv: boolean): env {
57
? env.IDENTITY_SERVICE_PUBLIC_KEY
58
: process.env.IDENTITY_SERVICE_PUBLIC_KEY || "",
59
};
60
+ console.log(Env.DISCORD_PUBLIC_KEY);
61
return Env;
62
}
63
0 commit comments