1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 04:32:35 +01:00

Merge pull request #1005 from Xanderplayz18/patch-1

Grammar fix in env-vars.md
This commit is contained in:
Samuel (Flam3rboy) 2023-03-17 14:43:15 +01:00 committed by GitHub
commit ea89f62ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +0,0 @@
# Fosscord env vars:
| Name | Value | Description |
| ---------------- | -------------- | --------------------------------------------------------------- |
| THREADS | number | Number of threads to run Fosscord on when using bundle. |
| PORT | number | Port to listen on |
| 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 |
| 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 |
| STORAGE_PROVIDER | "s3" or "file" | CDN storage provider |
| STORAGE_BUCKET | string | S3 bucket name |
| STORAGE_REGION | string | S3 storage region |