Skip to content

Commit

Permalink
docs: add S3_DOWNLOAD_ROOT to .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 22, 2023
1 parent 783a6ee commit 8b2ec5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ S3_ENDPOINT=${S3_ENDPOINT:-"http://s3:9000"}
S3_ACCESS_KEY=${S3_ACCESS_KEY:-"fmtm"}
S3_SECRET_KEY=${S3_SECRET_KEY:-"somelongpassword"}
S3_BUCKET_NAME=${S3_BUCKET_NAME:-"fmtm-data"}
S3_DOWNLOAD_ROOT=${S3_DOWNLOAD_ROOT}

### Database (optional) ###
CENTRAL_DB_HOST=${CENTRAL_DB_HOST:-"central-db"}
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,6 @@ site

# Bash install script
envsubst

# Scripts
**/openapi.json

0 comments on commit 8b2ec5c

Please sign in to comment.