Skip to content

Commit 2aaaf52

Browse files
authored
Merge pull request #1030 from Yleiting/privatization
Update privatecloud.md
2 parents 6c1875d + c254f6c commit 2aaaf52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/document/v2/ios/privatecloud.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
SDK 默认指向公有云地址,在部署私有云后,需要将地址重新指向到新的地址,以下是地址修改方法:
88

99
```objectivec
10+
11+
#import <HyphenateChat/EMOptions+PrivateDeploy.h>
12+
1013
EMOptions *options = [EMOptions optionsWithAppkey:appkey];
1114
options.enableDnsConfig = NO;
1215
options.chatPort = 8080;//设置端口号

0 commit comments

Comments
 (0)