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 a6158a3 commit 54fa858
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/setup/server/configuration/env.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ 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 54fa858

Please sign in to comment.