diff --git a/config/fcm.php b/config/fcm.php deleted file mode 100644 index 51b5668d4..000000000 --- a/config/fcm.php +++ /dev/null @@ -1,14 +0,0 @@ - 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 - ], -]; diff --git a/public/downloads/en.zip b/public/downloads/en.zip index ec3045b3f..1fcb3a2fe 100644 Binary files a/public/downloads/en.zip and b/public/downloads/en.zip differ