Skip to content

Commit

Permalink
Merge pull request NetEase#669 from wuxian/patch-1
Browse files Browse the repository at this point in the history
Update servers.json
  • Loading branch information
py8765 committed Jan 12, 2015
2 parents 536f3c4 + 3b31ffe commit 0e2e251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/game-server/config/servers.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"development":{
"connector": [
{"id": "connector-server-1", "host": "127.0.0.1", "port": 3150, "clientPort": 3010, "frontend": true}
{"id": "connector-server-1", "host": "127.0.0.1", "port": 3150, "clientHost": "127.0.0.1", "clientPort": 3010, "frontend": true}
]
},
"production":{
"connector": [
{"id": "connector-server-1", "host": "127.0.0.1", "port": 3150, "clientPort": 3010, "frontend": true}
{"id": "connector-server-1", "host": "127.0.0.1", "port": 3150, "clientHost": "127.0.0.1", "clientPort": 3010, "frontend": true}
]
}
}

0 comments on commit 0e2e251

Please sign in to comment.