Skip to content

Commit

Permalink
Adds .env.test to repo, since it does not contain sensitive information.
Browse files Browse the repository at this point in the history
  • Loading branch information
rubendebest committed Jan 11, 2025
1 parent 159ac5e commit ce6f78c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
GEMFILE_RUBY_VERSION=2.7.2
RAILS_ENV=test
AWS_SQS_ENDPOINT='http://localstack:4566'
AWS_ACCOUNT_ID='000000000000'
AWS_ACCESS_KEY_ID='random'
AWS_SECRET_KEY='random'
AWS_SNS_CONFIGURATOR_LOGGER=true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
.rspec_status
*.development
*.test
!.env.test
tags

0 comments on commit ce6f78c

Please sign in to comment.