Skip to content

Commit 1c14673

Browse files
Upaded google services to use file or env json variable.
1 parent a8255f7 commit 1c14673

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ module.exports = {
8181
},
8282
package: 'com.digitalnomad91.codebuilderadmin',
8383
permissions: ['NOTIFICATIONS', 'POST_NOTIFICATIONS', 'READ_PHONE_STATE'],
84-
googleServicesFile: './google-services.json',
84+
googleServicesFile: process.env.GOOGLE_SERVICES_JSON ?? './google-services.json',
8585
useNextNotificationsApi: true,
8686
notification: {
8787
icon: './assets/images/icon.png',

0 commit comments

Comments
 (0)