Skip to content

Commit f90b43f

Browse files
Merge pull request #111 from manetherenio/add-s3-endpoint-envvar
Add documentation for new environment variable for custom S3 endpoint
2 parents 7b940ce + 0f19d65 commit f90b43f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • docs/setup/server/configuration

docs/setup/server/configuration/env.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ in the `{{ project.name.lower() }}-server` folder, with the format `NAME=VALUE`
2020
| STORAGE_PROVIDER | "s3" or "file" | CDN storage provider |
2121
| STORAGE_BUCKET | string | S3 bucket name |
2222
| STORAGE_REGION | string | S3 storage region |
23+
| STORAGE_ENDPOINT | string | Custom S3 endpoint. Only used when STORAGE_PROVIDER = "s3". Defaults to "https://s3.${region}.amazonaws.com" |
2324
| DB_LOGGING | boolean | If "true", logs all SQL queries to the terminal |
2425
| 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 commit comments

Comments
 (0)