From 147aaa4207e66266b4d69be568d3cbb5fbdc5b10 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Thu, 12 Jan 2023 14:07:21 +1100 Subject: [PATCH] Docs for fosscord-server#927 --- docs/setup/server/configuration/env.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/setup/server/configuration/env.md b/docs/setup/server/configuration/env.md index 1d09111..e07561d 100644 --- a/docs/setup/server/configuration/env.md +++ b/docs/setup/server/configuration/env.md @@ -11,7 +11,8 @@ in the `fosscord-server` folder, with the format `NAME=VALUE` with each on new l | DATABASE | string | Database connection string. Defaults to SQlite3 at project root | | CONFIG_PATH | string | File path for JSON config, if not using `config` db table | | WS_LOGEVENTS | boolean | If set, log websocket events except messages from gateway | -| WS_VERBOSE | boolean | If set, log websocket messages received by gateway | +| WS_VERBOSE | boolean | If set, log websocket messages sent/received by gateway | +| WS_DUMP | boolean | If set, dump websocket messages sent/received to disk | | CDN | string | Lowest priority value for public CDN annoucements | | GATEWAY | string | Lowest priority value for public gateway annoucements | | STORAGE_LOCATION | string | CDN storage location. File path or S3 bucktet |