Skip to content

Commit

Permalink
Merge pull request #30 from appunite/add-aws-credentials
Browse files Browse the repository at this point in the history
Add aws credentials variables
  • Loading branch information
bartekupartek committed Feb 14, 2020
2 parents ea17971 + e212ddc commit 0e773d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ config :logger, :console,
config :phoenix, :format_encoders, json: Jason

config :ex_aws,
access_key_id: "${AWS_ACCESS_KEY_ID}",
secret_access_key: "${AWS_SECRET_ACCESS_KEY}",
json_codec: Jason

config :sentry,
Expand Down

0 comments on commit 0e773d1

Please sign in to comment.