Skip to content

Commit

Permalink
Merge pull request #1030 from Yleiting/privatization
Browse files Browse the repository at this point in the history
Update privatecloud.md
  • Loading branch information
Yleiting authored Nov 7, 2024
2 parents 6c1875d + c254f6c commit 2aaaf52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/document/v2/ios/privatecloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
SDK 默认指向公有云地址,在部署私有云后,需要将地址重新指向到新的地址,以下是地址修改方法:

```objectivec

#import <HyphenateChat/EMOptions+PrivateDeploy.h>

EMOptions *options = [EMOptions optionsWithAppkey:appkey];
options.enableDnsConfig = NO;
options.chatPort = 8080;//设置端口号
Expand Down

0 comments on commit 2aaaf52

Please sign in to comment.