whoami7 - Manager
:
/
home
/
kckglobal
/
public_html
/
portal
/
config
/
Upload File:
files >> /home/kckglobal/public_html/portal/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, ], ];
Copyright ©2021 || Defacer Indonesia