Skip to content

Commit

Permalink
Remove dc_option in config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wubenqi committed May 27, 2020
1 parent c43975d commit 03ac187
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ git clone https://github.com/nebula-chat/chatengine.git
[Prerequisite script](scripts/prerequisite.sh)
#### **Note**
> **`import all scripts/*.sql`**
### Compatible clients
**Important**: default signIn and signOut verify code is **12345**
Expand Down
11 changes: 1 addition & 10 deletions messenger/biz_server/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,7 @@
"data2": {}
},
"this_dc": 2,
"dc_options": [
{
"constructor": 414687501,
"data2": {
"id": 2,
"ip_address": "192.168.2.104",
"port": 12345
}
}
],
"dc_options": [],
"dc_txt_domain_name": "apv2.stel.com",
"chat_size_max": 200,
"megagroup_size_max": 100000,
Expand Down

0 comments on commit 03ac187

Please sign in to comment.