fixed padding for config in readme.md
This commit is contained in:
parent
ff4d50559c
commit
f5adca9d9a
14
README.md
14
README.md
@ -32,13 +32,13 @@ pm2 start processes.json
|
|||||||
Configure the app in [processes.json](/eth-net-intelligence-api/blob/master/processes.json)
|
Configure the app in [processes.json](/eth-net-intelligence-api/blob/master/processes.json)
|
||||||
|
|
||||||
```
|
```
|
||||||
"env":
|
"env":
|
||||||
{
|
{
|
||||||
"NODE_ENV" : "production", // tell the client we're in production environment
|
"NODE_ENV" : "production", // tell the client we're in production environment
|
||||||
"RPC_HOST" : "localhost", // eth JSON-RPC host
|
"RPC_HOST" : "localhost", // eth JSON-RPC host
|
||||||
"RPC_PORT" : "8080", // eth JSON-RPC port
|
"RPC_PORT" : "8080", // eth JSON-RPC port
|
||||||
"WS_SERVER" : "", // path to eth-netstats WebSockets api server
|
"WS_SERVER" : "", // path to eth-netstats WebSockets api server
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
[travis-image]: https://travis-ci.org/cubedro/eth-net-intelligence-api.svg
|
[travis-image]: https://travis-ci.org/cubedro/eth-net-intelligence-api.svg
|
||||||
|
Loading…
Reference in New Issue
Block a user