Skip to content

Commit

Permalink
Merge pull request #45 from fosscord/pr/927
Browse files Browse the repository at this point in the history
Docs for fosscord-server#927
  • Loading branch information
MaddyUnderStars authored Jan 12, 2023
2 parents 46bf7aa + 147aaa4 commit d158b5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/setup/server/configuration/env.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit d158b5b

Please sign in to comment.