File: /var/www/vhost/disk-apps/comfama.sports-crowd.com/config/onesignal.php
<?php
return array(
/*
|--------------------------------------------------------------------------
| One Signal App Id
|--------------------------------------------------------------------------
|
|
*/
'app_id' => env('ONESIGNAL_APP_ID'),
'app_id_delivery' => env('ONESIGNAL_APP_ID_DELIVERY'),
/*
|--------------------------------------------------------------------------
| Rest API Key
|--------------------------------------------------------------------------
|
|
|
*/
'rest_api_key' => env('ONESIGNAL_REST_API_KEY'),
'user_auth_key' => env('ONESIGNAL_AUTH_KEY'),
'rest_api_key_delivery' => env('ONESIGNAL_REST_API_KEY_DELIVERY'),
);