Skip to content

Commit

Permalink
Add more descriptive comment to the GCM fallback parameter
Browse files Browse the repository at this point in the history
The comment for the GCM fallback should be more descriptive and
therefore the comment was updated to be more descriptive.
  • Loading branch information
pablothedude committed Mar 4, 2019
1 parent 1454511 commit f420a95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/config/parameters.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ parameters:
# PCRE as accepted by preg_match (http://php.net/preg_match).
mobile_app_user_agent_pattern: "/^.*$/"

# Flag for GCM fallback with FCM on failure
# Flag to use Firebse as fallback when GCM fails with a MismatchSenderId.
# This is used to handle the push notification method rollover from GCM to Firebase.
use_firebase_fallback_for_gcm: true

# Options for the tiqr library
Expand Down

0 comments on commit f420a95

Please sign in to comment.