summary refs log tree commit diff
path: root/env-vars.md
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-19 18:53:25 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-19 19:07:10 +0200
commit9071cbdc25e97153086ac48bd389b04c43e56458 (patch)
tree8b6685ad362f9906fbc7fafcea5d2157c4d8d998 /env-vars.md
parentMerge remote-tracking branch 'Puyodead1/patch/prettier-config' into staging (diff)
downloadserver-9071cbdc25e97153086ac48bd389b04c43e56458.tar.xz
Updates scripts and tests from dev/plugins
Diffstat (limited to 'env-vars.md')
-rw-r--r--env-vars.md32
1 files changed, 16 insertions, 16 deletions
diff --git a/env-vars.md b/env-vars.md
index 6c56c184..c66a7a9b 100644
--- a/env-vars.md
+++ b/env-vars.md
@@ -1,18 +1,18 @@
 #Fosscord Environment Variables:
 
-|NAME|VALUE|DESCRIPTION|
-|----|-----|-----------|
-|LOG\_REQUESTS | ports to include, or exclude (-) | logs requests |
-|PORT|number|sets port number to listen on|
-|CDN|string|CDN address|
-|GATEWAY|string|Gateway address|
-|NODE\_ENV|production/development|sets node environment|
-|DATABASE|database url|points to what database to use|
-|EVENT\_TRANSMISSION|string|event transmission type|
-|STORAGE\_PROVIDER|s3/file|How to store files for CDN|
-|STORAGE\_LOCATION|path|Directory to store files in|
-|STORAGE\_BUCKET|s3 bucket name|S3 bucket name|
-|DB\_UNSAFE|any|Ignores migrations for database, enabled if defined|
-|DB\_VERBOSE|any|Log database queries, enabled if defined|
-|DB\_MIGRATE|any|Exit fosscord after connecting to and migrating database, used internally|
-|LOG\_INVALID\_BODY|any|Log request method, path and body if invalid|
+| NAME               | VALUE                            | DESCRIPTION                                                               |
+| ------------------ | -------------------------------- | ------------------------------------------------------------------------- |
+| LOG_REQUESTS       | ports to include, or exclude (-) | logs requests                                                             |
+| PORT               | number                           | sets port number to listen on                                             |
+| CDN                | string                           | CDN address                                                               |
+| GATEWAY            | string                           | Gateway address                                                           |
+| NODE_ENV           | production/development           | sets node environment                                                     |
+| DATABASE           | database url                     | points to what database to use                                            |
+| EVENT_TRANSMISSION | string                           | event transmission type                                                   |
+| STORAGE_PROVIDER   | s3/file                          | How to store files for CDN                                                |
+| STORAGE_LOCATION   | path                             | Directory to store files in                                               |
+| STORAGE_BUCKET     | s3 bucket name                   | S3 bucket name                                                            |
+| DB_UNSAFE          | any                              | Ignores migrations for database, enabled if defined                       |
+| DB_VERBOSE         | any                              | Log database queries, enabled if defined                                  |
+| DB_MIGRATE         | any                              | Exit fosscord after connecting to and migrating database, used internally |
+| LOG_INVALID_BODY   | any                              | Log request method, path and body if invalid                              |