First commit
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' => '00d23dae-1209-42cc-bea7-e1f17cee27fa',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Rest API Key
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
|
|
||||
|
|
||||
*/
|
||||
'rest_api_key' => 'NTQwMDY4ZjUtODlmMy00NzAzLTg1ZDItMWNhMDgyOGVkYzRk',
|
||||
'user_auth_key' => 'YOUR-USER-AUTH-KEY'
|
||||
);
|
||||
Reference in New Issue
Block a user