17 lines
359 B
PHP
17 lines
359 B
PHP
<?php
|
|
|
|
/*
|
|
* This file is part of the hedeqiang/ten-im.
|
|
*
|
|
* (c) hedeqiang<laravel_code@163.com>
|
|
*
|
|
* This source file is subject to the MIT license that is bundled
|
|
* with this source code in the file LICENSE.
|
|
*/
|
|
|
|
return [
|
|
'sdk_app_id' => env('SDK_APP_ID', ''),
|
|
'identifier' => env('IDENTIFIER', ''),
|
|
'secret_key' => env('SECRET_KEY', ''),
|
|
];
|