Skip to content

Commit

Permalink
doc: fix table render error in en env.md (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-Zhou authored and dead-horse committed Mar 22, 2017
1 parent 990d45e commit 077bebe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/en/basics/env.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Lots of Node.js applications use `NODE_ENV` for environment setting, but `EGG_SE

Default mapping of `EGG_SERVER_ENV` and `NODE_ENV` (will generate `EGG_SERVER_ENV` from `NODE_ENV` setting if `EGG_SERVER_ENV` is not specified)

NODE_ENV | EGG_SERVER_ENV | remarks
---------- | -------------- | ------------
| local | local development environment
test | unittest | unit test environment
production | prod | production environment
| NODE_ENV | EGG_SERVER_ENV | remarks |
| ---------- | -------------- | ----------------------------- |
| | local | local development environment |
| test | unittest | unit test environment |
| production | prod | production environment |

For example, `EGG_SERVER_ENV` will be set to prod when `NODE_ENV` is production and `EGG_SERVER_ENV` is not specified.

Expand Down

0 comments on commit 077bebe

Please sign in to comment.