ok

Mini Shell

Direktori : /proc/thread-self/root/proc/self/root/home2/selectio/www/fms-worksuite/config/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/home2/selectio/www/fms-worksuite/config/pushnotification.php

<?php
/**
 * @see https://github.com/Edujugon/PushNotification
 */

return [
    'gcm' => [
        'priority' => 'normal',
        'dry_run' => false,
        'apiKey' => 'My_ApiKey',
    ],
    'fcm' => [
        'priority' => 'normal',
        'dry_run' => false,
        'apiKey' => env('FCM_KEY'),
    ],
    'apn' => [
        'certificate' => base_path() .'/'. env('APN_PEM', 'aps.pem'),
        'passPhrase' => 'secret',
        'passFile' => __DIR__ . '/iosCertificates/yourKey.pem',
        'dry_run' => true,
    ],
];

Zerion Mini Shell 1.0