Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Jan 21, 2025
1 parent 5390128 commit 82ca84f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@ The `docker-compose.yml` configuration can be modified to suit your needs using

* `INVENIO_MAIL_SUPPRESS_SEND` - Set to `True` to suppress sending emails, defaults to `True`. Useful for development and testing.

### Invenio-S3

* `INVENIO_S3_ENDPOINT_URL='http://localhost:9000/'` - The S3 compatible endpoint.
* `INVENIO_S3_ACCESS_KEY_ID='CHANGE_ME'` - S3 access key id
* `INVENIO_S3_SECRET_ACCESS_KEY='CHANGE_ME'` - S3 secret access key
* `INVENIO_S3_REGION_NAME='us-east-1'` - S3 region

## Architecture

InvenioRDM Starter differs from the `Dockerfile` and `docker-compose.yml` generated by
Expand Down

0 comments on commit 82ca84f

Please sign in to comment.