whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
edujugon
/
push-notification
/
src
/
Config
/
Upload File:
files >> //home/kckglobal/www/portal/vendor/edujugon/push-notification/src/Config/config.php
<?php /** * @see https://github.com/Edujugon/PushNotification */ return [ 'gcm' => [ 'priority' => 'normal', 'dry_run' => false, 'apiKey' => 'My_ApiKey', // Optional: Default Guzzle request options for each GCM request // See https://docs.guzzlephp.org/en/stable/request-options.html 'guzzle' => [], ], 'fcm' => [ 'priority' => 'normal', 'dry_run' => false, 'apiKey' => 'My_ApiKey', // Optional: Default Guzzle request options for each FCM request // See https://docs.guzzlephp.org/en/stable/request-options.html 'guzzle' => [], ], 'apn' => [ 'certificate' => __DIR__ . '/iosCertificates/apns-dev-cert.pem', 'passPhrase' => 'secret', //Optional 'passFile' => __DIR__ . '/iosCertificates/yourKey.pem', //Optional 'dry_run' => true, ], ];
Copyright ©2021 || Defacer Indonesia