父节点
当前提交
8b33bdf331
签署人:: Brendan Abolivier <contact@brendanabolivier.com> GPG 密钥 ID: 8EF1500759F70623
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

19
 PORT=8080 npm start
19
 PORT=8080 npm start
20
 ```
20
 ```
21
 
21
 
22
-Same goes with the host. Without further instructions, the server will listen on 0.0.0.0, which means it will accept every connection, whatever the source. You can override this by using the `HOST` environment variable:
22
+Same goes with the host. Without further instructions, the server will listen on `0.0.0.0`, which means it will accept every connection, whatever the source. You can override this by using the `HOST` environment variable:
23
 
23
 
24
 ```bash
24
 ```bash
25
 HOST=127.0.0.1 npm start
25
 HOST=127.0.0.1 npm start