Skip to content

Commit

Permalink
type in config: credentialS_file
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Sep 22, 2018
1 parent c7805de commit 7021cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/tinode/config.template
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"enabled": $FCM_PUSH_ENABLED,
"buffer": 1024,
"project_id": "$FCM_PROJECT_ID",
"credential_file": "$FCM_CRED_FILE",
"credentials_file": "$FCM_CRED_FILE",
"time_to_live": 3600,
"icon": "ic_logo_push",
"icon_color": "#3949AB"
Expand Down
2 changes: 1 addition & 1 deletion server/tinode.conf
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
},

// An alternative way to provide Firebase service account credentials.
"credential_file": "/path/to/service-account-file-with-credentials.json",
"credentials_file": "/path/to/service-account-file-with-credentials.json",

// Time in seconds before notification is discarded if undelivered (by Google).
"time_to_live": 3600,
Expand Down

0 comments on commit 7021cc2

Please sign in to comment.