summary refs log tree commit diff
path: root/env-vars.md
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-03-19 22:08:28 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-03-19 22:11:54 +1100
commit1fd01fa000bf7d11def26ee7c4114ebfa07d9fa5 (patch)
treed4e05a4f15ce5e7878e1f2598b5931cfd77251d0 /env-vars.md
parentAdd basic information page to / (diff)
parentMerge pull request #1005 from Xanderplayz18/patch-1 (diff)
downloadserver-1fd01fa000bf7d11def26ee7c4114ebfa07d9fa5.tar.xz
Merge branch 'master' of github.com:fosscord/fosscord-server
Diffstat (limited to 'env-vars.md')
-rw-r--r--env-vars.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/env-vars.md b/env-vars.md
deleted file mode 100644

index 42e8a027..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 bucktet | -| STORAGE_PROVIDER | "s3" or "file" | CDN storage provider | -| STORAGE_BUCKET | string | S3 bucket name | -| STORAGE_REGION | string | S3 storage region |