Skip to content

Commit

Permalink
update env name
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Jan 23, 2024
1 parent 0748b94 commit 6884f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pds/src/config/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const readEnv = (): ServerEnvironment => {
accountsPerPhoneNumber: envInt('PDS_ACCOUNTS_PER_PHONE_NUMBER'),
twilioAccountSid: envStr('PDS_TWILIO_ACCOUNT_SID'),
twilioAuthToken: envStr('PDS_TWILIO_AUTH_TOKEN'),
twilioServiceSid: envStr('TWILIO_SERVICE_SID'),
twilioServiceSid: envStr('PDS_TWILIO_SERVICE_SID'),

// email
emailSmtpUrl: envStr('PDS_EMAIL_SMTP_URL'),
Expand Down

0 comments on commit 6884f03

Please sign in to comment.