Skip to content

Commit

Permalink
Add missing environment variables in README file
Browse files Browse the repository at this point in the history
  • Loading branch information
mujtabachang authored Aug 15, 2024
2 parents faf3d44 + 0da70b0 commit 8d1d216
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,14 @@ AWS_ACCESS_KEY_ID={{S3 access key}}
AWS_SECRET_ACCESS_KEY={{S3 access key}}
AWS_S3_ENDPOINT="https://s3.amazonaws.com"
AWS_REGION={{ e.g. eu-central-1 }}
CONTENT_AWS_S3_BUCKET={{your-content-bucket-name}
CONTENT_AWS_S3_BUCKET={{your-content-bucket-name}}
CONTENT_MONGO_COLLECTION=h5p
TEMPORARY_AWS_S3_BUCKET={{your-temporary-file-bucket-name}}
CONTENTSTORAGE=mongos3
MONGODB_URL="mongodb://{{host}}:{{port}}"
MONGODB_DB={{mongodbname}}
MONGODB_USER={{mongodbuser}}
MONGODB_PASSWORD={{mongodbpass}}
MONGO_COMPLETE_URL={{mongodb://{{username}}:{{password}}@{{host}}:{{port}}/{{db-name}}}}
```

Expand Down

0 comments on commit 8d1d216

Please sign in to comment.