1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-09-19 15:11:44 +02:00

WS_VERBOSE docs

This commit is contained in:
Madeline 2023-01-02 20:09:21 +11:00
parent 40d1729862
commit 6536f2e1fe
No known key found for this signature in database
GPG Key ID: 1958E017C36F2E47

View File

@ -10,7 +10,8 @@ in the `fosscord-server` folder, with the format `NAME=VALUE` with each on new l
| PORT | number | Port to listen on. Used by all components, including bundle. If using bundle, all components run under the same port |
| 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 from gateway |
| WS_LOGEVENTS | boolean | If set, log websocket events except messages from gateway |
| WS_VERBOSE | boolean | If set, log websocket messages received by gateway |
| 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 |