Skip to content

Commit

Permalink
doc: fix deploy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse committed Jan 26, 2018
1 parent 18d6436 commit 950b9e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/en/core/deployment.md
Expand Up @@ -77,6 +77,7 @@ Arguments of dispatch can be configured in `config.{env}.js`.

```js
// config/config.default.js

exports.cluster = {
listen: {
port: 7001,
Expand Down
2 changes: 1 addition & 1 deletion docs/source/zh-cn/core/deployment.md
Expand Up @@ -79,7 +79,7 @@ $ egg-scripts start --port=7001 --daemon --title=egg-server-showcase
```js
// config/config.default.js

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

0 comments on commit 950b9e6

Please sign in to comment.