laravel-push/config/push.php

7 lines
106 B
PHP

<?php
return [
'api_key' => env('PUSH_API_KEY', null),
'api_url' => env('PUSH_API_URL', null)
];