/
home
/
sditechnicalteam
/
public_html
/
config
/
File Upload :
llllll
Current File: /home/sditechnicalteam/public_html/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 ©2k19 -
Hexid
|
Tex7ure