release-check-updates

This commit is contained in:
Manish Verma
2016-10-17 13:24:17 +05:30
parent 76e85db070
commit c43c02c46f
2 changed files with 0 additions and 14 deletions

View File

@@ -1,14 +0,0 @@
<?php
return [
'driver' => env('FCM_PROTOCOL', 'http'),
'log_enabled' => true,
'http' => [
'server_key' => env('FCM_SERVER_KEY', 'Your FCM server key'),
'sender_id' => env('FCM_SENDER_ID', 'Your sender id'),
'server_send_url' => 'https://fcm.googleapis.com/fcm/send',
'server_group_url' => 'https://android.googleapis.com/gcm/notification',
'timeout' => 30.0, // in second
],
];