Skip to content

Commit

Permalink
Add missing public environment variables (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
junlarsen authored Nov 1, 2023
1 parent b75a60f commit b4cb543
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/env/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export declare type EnvironmentKeys = "DASHBOARD_COGNITO_CLIENT_ID" | "DASHBOARD_COGNITO_CLIENT_SECRET" | "DASHBOARD_COGNITO_ISSUER" | "DATABASE_URL" | "EMAIL_SECRET" | "FAGKOM_STRIPE_PUBLIC_KEY" | "FAGKOM_STRIPE_SECRET_KEY" | "FAGKOM_STRIPE_WEBHOOK_SECRET" | "NEXTAUTH_SECRET" | "NODE_ENV" | "TRIKOM_STRIPE_PUBLIC_KEY" | "TRIKOM_STRIPE_SECRET_KEY" | "TRIKOM_STRIPE_WEBHOOK_SECRET" | "VERCEL_URL" | "WEB_COGNITO_CLIENT_ID" | "WEB_COGNITO_CLIENT_SECRET" | "WEB_COGNITO_ISSUER"
export declare type EnvironmentKeys =
"DASHBOARD_COGNITO_CLIENT_ID" | "DASHBOARD_COGNITO_CLIENT_SECRET" | "DASHBOARD_COGNITO_ISSUER" | "DATABASE_URL" | "EMAIL_SECRET" | "FAGKOM_STRIPE_PUBLIC_KEY" | "FAGKOM_STRIPE_SECRET_KEY" | "FAGKOM_STRIPE_WEBHOOK_SECRET" | "NEXT_PUBLIC_NODE_ENV" | "NEXT_PUBLIC_VERCEL_URL" | "NEXTAUTH_SECRET" | "NODE_ENV" | "TRIKOM_STRIPE_PUBLIC_KEY" | "TRIKOM_STRIPE_SECRET_KEY" | "TRIKOM_STRIPE_WEBHOOK_SECRET" | "VERCEL_URL" | "WEB_COGNITO_CLIENT_ID" | "WEB_COGNITO_CLIENT_SECRET" | "WEB_COGNITO_ISSUER"

export declare type Environment = Record<EnvironmentKeys, string>

Expand Down

2 comments on commit b4cb543

@vercel
Copy link

@vercel vercel bot commented on b4cb543 Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./apps/web

web-git-main-dotkom.vercel.app
web-dotkom.vercel.app
dev.web.online.ntnu.no
web-pi-umber.vercel.app

@vercel
Copy link

@vercel vercel bot commented on b4cb543 Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rif – ./apps/rif

rif-two.vercel.app
rif-git-main-dotkom.vercel.app
dev.interesse.online.ntnu.no
rif-dotkom.vercel.app

Please sign in to comment.