Skip to content

Commit

Permalink
Merge pull request #411 from SteveGilvarry/ZoneminderCloudFunction
Browse files Browse the repository at this point in the history
Changes to FCM for new app
  • Loading branch information
SteveGilvarry committed Jul 23, 2022
2 parents bd5f6b4 + ea91108 commit 43a130d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zmeventnotification.pl
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
DEFAULT_FCM_LOG_RAW_MESSAGE=>'no',
DEFAULT_FCM_LOG_MESSAGE_ID=>'NONE',
DEFAULT_MAX_FCM_PER_MONTH_PER_TOKEN => 8000,
DEFAULT_FCM_V1_KEY => 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJnZW5lcmF0b3IiOiJwbGlhYmxlIHBpeGVscyIsImlhdCI6MTYwMTIwOTUyNSwiY2xpZW50Ijoiem1uaW5qYSJ9.mYgsZ84i3aUkYNv8j8iDsZVVOUIJmOWmiZSYf15O0zc',
DEFAULT_FCM_V1_URL => 'https://us-central1-ninja-1105.cloudfunctions.net/send_push',
DEFAULT_FCM_V1_KEY => 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJnZW5lcmF0b3IiOiJab25lTWluZGVyIEluYyIsImlhdCI6MTY0MTAxODg0OCwiY2xpZW50Ijoiem1uaW5qYSJ9.ThaCp6WOlAHWrNUcXLcMB3yMWUI16AR0nePjufXcWEA',
DEFAULT_FCM_V1_URL => 'https://us-central1-zoneminder-ninja.cloudfunctions.net/send_push',
DEFAULT_MAX_PARALLEL_HOOKS => 0,
};

Expand Down

0 comments on commit 43a130d

Please sign in to comment.