env('ONESIGNAL_APP_ID'), /* |-------------------------------------------------------------------------- | Rest API Key |-------------------------------------------------------------------------- | | Your OneSignal REST API Key from the OneSignal dashboard | */ 'rest_api_key' => env('ONESIGNAL_REST_API_KEY'), /* |-------------------------------------------------------------------------- | User Auth Key |-------------------------------------------------------------------------- | | Your OneSignal User Auth Key (optional, for user-level API access) | */ 'user_auth_key' => env('ONESIGNAL_USER_AUTH_KEY'), ];