Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
DenSmolonski committed Jul 30, 2024
1 parent c2df72a commit 8c20ec3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/entities/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,12 @@ export default () => ({
baseUri:
process.env.PUSH_NOTIFICATIONS_API_BASE_URI ||
'https://fcm.googleapis.com/v1/projects',
project: process.env.PUSH_NOTIFICATIONS_API_PROJECT,
project: process.env.PUSH_NOTIFICATIONS_API_PROJECT || '',
serviceAccount: {
clientEmail:
process.env.PUSH_NOTIFICATIONS_API_SERVICE_ACCOUNT_CLIENT_EMAIL,
process.env.PUSH_NOTIFICATIONS_API_SERVICE_ACCOUNT_CLIENT_EMAIL || '',
privateKey:
process.env.PUSH_NOTIFICATIONS_API_SERVICE_ACCOUNT_PRIVATE_KEY,
process.env.PUSH_NOTIFICATIONS_API_SERVICE_ACCOUNT_PRIVATE_KEY || '',
},
},
redis: {
Expand Down

0 comments on commit 8c20ec3

Please sign in to comment.