diff --git a/docs/setup/server/configuration/env.md b/docs/setup/server/configuration/env.md index 0d24c24..8e2fd79 100644 --- a/docs/setup/server/configuration/env.md +++ b/docs/setup/server/configuration/env.md @@ -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) |