Skip to content

Commit

Permalink
Update env.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArcaneBrony committed Sep 26, 2023
1 parent 54fa858 commit 4d94256
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/setup/server/configuration/env.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ in the `{{ project.name.lower() }}-server` folder, with the format `NAME=VALUE`
| 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_BUCKET | string | S3 bucket name |
| STORAGE_REGION | string | S3 storage region |
| DB_LOGGING | boolean | if "true" logs all SQL queries to the terminal |
| LOG_REQUESTS | filter | What requests to log, per response code (eg. `-200` to log every non-200 response code, or `404` to log requests with a not found status code) |

0 comments on commit 4d94256

Please sign in to comment.