11
This commit is contained in:
@@ -1575,8 +1575,8 @@ class Openim extends Command
|
||||
}
|
||||
|
||||
$this->sdk = new \support\OpenImSdk\Client([
|
||||
'host' => 'http://127.0.0.1:10002',
|
||||
'secret' => 'n1e5a6s6m7',
|
||||
'host' => config('openim.server'),
|
||||
'secret' => config('openim.secret'),
|
||||
]);
|
||||
|
||||
return $this->sdk;
|
||||
|
||||
Reference in New Issue
Block a user