From 45e63548a11cc781f76b3d87ec16e4b83bdf2e5f Mon Sep 17 00:00:00 2001 From: pote Date: Wed, 17 May 2017 12:00:54 -0300 Subject: [PATCH] Briefer description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac21b4f..04fb3be 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ There are three configuration options for Philote, all of which have sensible de | Environment Variable | Default | Description | |:-----------------------:|:-------------------------:|:-------------------------------------------------------------------------------------------------------------------| -| `SECRET` | ` ` | Secret salt used to sign authentication tokens, this secret needs to be known to the clients in order to connect | +| `SECRET` | ` ` | Secret salt used to sign authentication tokens | | `PORT` | `6380` | Port in which to serve websocket connections | | `LOGLEVEL` | `info` | Verbosity of log output, valid options are [debug,info,warning,error,fatal,panic] | | `MAX_CONNECTIONS` | `255` | Maximum amount of concurrent websocket connections allowed |