芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/config/pushnotification.php
[ '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, ], ];