env('ONESIGNAL_APP_ID'), /* |-------------------------------------------------------------------------- | Rest API Key |-------------------------------------------------------------------------- | | | */ 'rest_api_key' => env('ONESIGNAL_REST_API_KEY'), 'user_auth_key' => env('USER_AUTH_KEY'), /* |-------------------------------------------------------------------------- | Guzzle Timeout |-------------------------------------------------------------------------- | | | */ 'guzzle_client_timeout' => env('ONESIGNAL_GUZZLE_CLIENT_TIMEOUT', 0), );