RSM-78 Add OneSignal credential config and others

This commit is contained in:
2020-10-10 18:22:38 +01:00
parent 535b5c3fb1
commit 9b4bdefd81
8 changed files with 434 additions and 2 deletions

23
config/onesignal.php Normal file
View 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'
);