Ai_GirlFriend/xunifriend_RaeeC/vendor/maniac/easemob-php/examples/config.php
2026-01-31 19:15:41 +08:00

16 lines
375 B
PHP

<?php
return array(
'easemob' => array(
'app_key' => 'appKey',
'client_id' => 'Client ID',
'client_secret' => 'ClientSecret',
'api_uri' => '', // REST 域名
),
'agora' => array(
'app_key' => 'appKey',
'app_id' => 'App ID',
'app_certificate' => 'App Certificate',
'expire_time' => 900,
),
);