forked from miguel456/rbrecruiter
RSM-78 Add OneSignal credential config and others
This commit is contained in:
23
config/onesignal.php
Normal file
23
config/onesignal.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| One Signal App Id
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
|
|
||||
*/
|
||||
'app_id' => 'YOUR-APP-ID-HERE',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Rest API Key
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
|
|
||||
|
|
||||
*/
|
||||
'rest_api_key' => 'YOUR-REST-API-KEY-HERE',
|
||||
'user_auth_key' => 'YOUR-USER-AUTH-KEY'
|
||||
);
|
Reference in New Issue
Block a user