From 2332d831014579edb63d53b2511fe00c883b298b Mon Sep 17 00:00:00 2001 From: Xanderplayz18 <98059420+Xanderplayz18@users.noreply.github.com> Date: Thu, 16 Mar 2023 13:55:31 -0400 Subject: [PATCH 1/2] Fix grammar --- env-vars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env-vars.md b/env-vars.md index 42e8a027..9f87771a 100644 --- a/env-vars.md +++ b/env-vars.md @@ -9,7 +9,7 @@ | 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_LOCATION | string | CDN storage location. File path or S3 bucket | | STORAGE_PROVIDER | "s3" or "file" | CDN storage provider | | STORAGE_BUCKET | string | S3 bucket name | | STORAGE_REGION | string | S3 storage region | From 5bbe0fc25c5295ffddfcfcc38a119e86cbb14892 Mon Sep 17 00:00:00 2001 From: "Samuel (Flam3rboy)" Date: Fri, 17 Mar 2023 14:41:29 +0100 Subject: [PATCH 2/2] Delete env-vars.md --- env-vars.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 env-vars.md diff --git a/env-vars.md b/env-vars.md deleted file mode 100644 index 9f87771a..00000000 --- a/env-vars.md +++ /dev/null @@ -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 bucket | -| STORAGE_PROVIDER | "s3" or "file" | CDN storage provider | -| STORAGE_BUCKET | string | S3 bucket name | -| STORAGE_REGION | string | S3 storage region |