Files
zh-chat-server/config/im.php
2022-11-01 11:07:41 +08:00

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', ''),
];