Skip to content

Commit

Permalink
Update documentation wording
Browse files Browse the repository at this point in the history
  • Loading branch information
frsechet committed Sep 18, 2021
1 parent 0767897 commit 57ffad9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ MONGODB_PASSWORD=root
AWS_ACCESS_KEY_ID= # or use an IAM role
AWS_SECRET_ACCESS_KEY= # or use an IAM role
AWS_REGION=
AWS_DYNAMODB_ENDPOINT= # optional, defaults to the default dynamodb endpoint for the given region.
AWS_DYNAMODB_ENDPOINT= # optional, defaults to the dynamodb endpoint for the given region.
AWS_DYNAMODB_TABLE=
AWS_S3_ENDPOINT= # optional, defaults to the default S3 endpoint for the given region
AWS_S3_ENDPOINT= # optional, defaults to the S3 endpoint for the given region
AWS_S3_BUCKET=

# for postgresql
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ MONGODB_PASSWORD=root
AWS_ACCESS_KEY_ID= # or use an IAM role
AWS_SECRET_ACCESS_KEY= # or use an IAM role
AWS_REGION=
AWS_DYNAMODB_ENDPOINT= # optional, defaults to the default dynamodb endpoint for the given region.
AWS_DYNAMODB_ENDPOINT= # optional, defaults to the dynamodb endpoint for the given region.
AWS_DYNAMODB_TABLE=
AWS_S3_ENDPOINT= # optional, defaults to the default S3 endpoint for the given region
AWS_S3_ENDPOINT= # optional, defaults to the S3 endpoint for the given region
AWS_S3_BUCKET=

# for postgresql
Expand Down
4 changes: 2 additions & 2 deletions csml_engine/src/db_connectors/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
* - AWS_ACCESS_KEY_ID
* - AWS_SECRET_ACCESS_KEY
* - AWS_DYNAMODB_TABLE
* - AWS_DYNAMODB_ENDPOINT optional, defaults to the default dynamodb endpoint for the given region.
* - AWS_DYNAMODB_ENDPOINT optional, defaults to the dynamodb endpoint for the given region.
* - AWS_S3_BUCKET
* - AWS_S3_ENDPOINT optional, defaults to the default S3 endpoint for the given region
* - AWS_S3_ENDPOINT optional, defaults to the S3 endpoint for the given region
* Both AWS_REGION AND AWS_DYNAMODB_ENDPOINT must be set to use a custom dynamodb-compatible DB.
*
* If the ENGINE_DB_TYPE env var is not set, mongodb is used by default.
Expand Down
4 changes: 2 additions & 2 deletions csml_server/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ <h2 class="text-xl font-bold mb-4">Setup</h2>
AWS_ACCESS_KEY_ID= # or use an IAM role
AWS_SECRET_ACCESS_KEY= # or use an IAM role
AWS_REGION=
AWS_DYNAMODB_ENDPOINT= # optional, defaults to the default dynamodb endpoint for the given region.
AWS_DYNAMODB_ENDPOINT= # optional, defaults to the dynamodb endpoint for the given region
AWS_DYNAMODB_TABLE=
AWS_S3_ENDPOINT= # optional, defaults to the default S3 endpoint for the given region
AWS_S3_ENDPOINT= # optional, defaults to the S3 endpoint for the given region
AWS_S3_BUCKET=

# for postgresql
Expand Down

0 comments on commit 57ffad9

Please sign in to comment.