Skip to content

Commit

Permalink
fix config typo #67
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jun 14, 2023
1 parent 187e33a commit 942134d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ config :logger, :console,
config :phoenix, :json_library, Jason

config :ex_aws,
access_key_id: System.get_env("AWS_ACCESS_KEY_ID")
secret_access_key: System.get_env("AWS_SECRET_ACCESS_KEY")
access_key_id: System.get_env("AWS_ACCESS_KEY_ID"),
secret_access_key: System.get_env("AWS_SECRET_ACCESS_KEY"),
region: System.get_env("AWS_REGION"),
request_config_override: %{}

Expand Down

0 comments on commit 942134d

Please sign in to comment.