Skip to content

Commit

Permalink
add example keys
Browse files Browse the repository at this point in the history
  • Loading branch information
DGaffney committed Oct 10, 2024
1 parent c92ca66 commit 364ac39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .env_file.example
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ PROVIDER_IMAGE_CLASSIFICATION=google
# AWS_ACCESS_KEY_ID=
# AWS_SECRET_ACCESS_KEY=
# AWS_SESSION_TOKEN=
S3_ENDPOINT=http://minio:9000
AWS_DEFAULT_REGION=us-east-1
AWS_ACCESS_KEY_ID=AKIAIOSFODNN7EXAMPLE
AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY


# Service host URLs
Expand Down
2 changes: 1 addition & 1 deletion .env_file.test
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DATABASE_HOST=postgres
DATABASE_USER=postgres
DATABASE_PASS=postgres
S3_ENDPOINT=http://minio:9000
AWS_DEFAULT_REGION=eu-west-1
AWS_DEFAULT_REGION=us-east-1
AWS_ACCESS_KEY_ID=AKIAIOSFODNN7EXAMPLE
AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY

Expand Down

0 comments on commit 364ac39

Please sign in to comment.