Added option to proxy notifications to another server

This commit is contained in:
2023-03-23 13:16:44 -03:00
parent 4178d55145
commit ab978aa3f2
5 changed files with 223 additions and 3 deletions
+1
View File
@@ -22,4 +22,5 @@ return [
// 'did_change_renewal_pref' => \App\Jobs\AppstoreNotifications\HandleDidChangeRenewalPreferences::class,
// 'did_change_renewal_status' => \App\Jobs\AppstoreNotifications\HandleDidChangeRenewalStatus::class,
],
'proxy_host' => env('APPLE_PROXY_HOST'),
];