Skip to content

Commit

Permalink
fix typo in env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelbsky committed Dec 12, 2024
1 parent 601dc0a commit 67cfef3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/bsync/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ export const readEnv = (): ServerEnvironment => {
// secrets
apiKeys: envList('BSYNC_API_KEYS'),
// revenue cat
revenueCatV1ApiKey: envStr('BSKY_REVENUE_CAT_V1_API_KEY'),
revenueCatV1ApiUrl: envStr('BSKY_REVENUE_CAT_V1_API_URL'),
revenueCatV1ApiKey: envStr('BSYNC_REVENUE_CAT_V1_API_KEY'),
revenueCatV1ApiUrl: envStr('BSYNC_REVENUE_CAT_V1_API_URL'),
revenueCatWebhookAuthorization: envStr(
'BSKY_REVENUE_CAT_WEBHOOK_AUTHORIZATION',
'BSYNC_REVENUE_CAT_WEBHOOK_AUTHORIZATION',
),
}
}
Expand Down

0 comments on commit 67cfef3

Please sign in to comment.