Skip to content

Commit

Permalink
CCM-5100: Fix env variable naming
Browse files Browse the repository at this point in the history
  • Loading branch information
m-houston committed Jun 28, 2024
1 parent 3131ebd commit 508d658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amplify/auth/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const userPoolId = process.env.USER_POOL_ID!;
const userPoolClientId = process.env.USER_POOL_CLIENT_ID!;
const hostedLoginDomain = process.env.HOSTED_LOGIN_DOMAIN!;

const appId = process.env.AWS_APP!;
const appId = process.env.AWS_APP_ID!;
const stage = process.env.NOTIFY_STAGE!;
const subdomain = process.env.NOTIFY_SUBDOMAIN!;
const domainName = process.env.NOTIFY_DOMAIN_NAME!;
Expand Down

0 comments on commit 508d658

Please sign in to comment.