Skip to content

Commit

Permalink
Commit config to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Aug 6, 2024
1 parent 1f84116 commit f6db68b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ req_athena-*.tar

# AWS INI files&credentials
.env*
/config/*credentials*
/config/*config*
/tmp
6 changes: 6 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import Config

# Change aws_credentials so it does not affect testing
config :aws_credentials,
credential_providers: [],
fail_if_unavailable: false
2 changes: 1 addition & 1 deletion test/integration_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ defmodule IntegrationTest do
end

describe "with aws_credentials" do
@path Path.expand("./config/") <> "/"
@path Path.expand("./tmp/") <> "/"

setup tags do
if env = tags[:aws_credentials] do
Expand Down

0 comments on commit f6db68b

Please sign in to comment.