Skip to content

Commit

Permalink
change a couple more files
Browse files Browse the repository at this point in the history
  • Loading branch information
croyfish committed Oct 1, 2024
1 parent ca4a68b commit 50474da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env-example
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
AWS_ACCESS_KEY_ID=<your-public-nypl-sandbox-cli-key>
AWS_SECRET_ACCESS_KEY=<your-private-nypl-sandbox-cli-key>
AWS_REGION=us-east-1
RAILS_ENV=local
RAILS_ENV=development
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
environment:
- AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
- AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
- RAILS_ENV=local
- RAILS_ENV=development
volumes:
- .:/app
depends_on:
Expand Down

0 comments on commit 50474da

Please sign in to comment.