Skip to content

Commit

Permalink
Broken markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
pote committed May 17, 2017
1 parent 40af76e commit e3ed143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ There are three configuration options for Philote, all of which have sensible de
| `MAX_CONNECTIONS` | `255` | Maximum amount of concurrent websocket connections allowed |
| `READ_BUFFER_SIZE` | `1024` | Size of the websocket read buffer, for most cases the default should be okay. |
| `WRITE_BUFFER_SIZE` | `1024` | Size of the websocket write buffer, for most cases the default should be okay. |
| `CHECK_ORIGIN` | `false | Check Origin headers during WebSocket upgrade handshake. |
| `CHECK_ORIGIN` | `false` | Check Origin headers during WebSocket upgrade handshake. |

If the defaults work for you, simply running `philote` will start the server with the default values, or you can just manipulate the environment and run with whatever settings you need.

Expand Down

0 comments on commit e3ed143

Please sign in to comment.