Skip to content

Commit

Permalink
Update deployment.md (#1979)
Browse files Browse the repository at this point in the history
  • Loading branch information
tong3jie authored and dead-horse committed Jan 26, 2018
1 parent 22dfaa7 commit 287c761
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/zh-cn/core/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ $ egg-scripts start --port=7001 --daemon --title=egg-server-showcase

```js
// config/config.default.js
exports.cluster = {

config.cluster = {
listen: {
port: 7001,
hostname: '127.0.0.1',
Expand Down

0 comments on commit 287c761

Please sign in to comment.