Skip to content

Commit

Permalink
Add comment on how to use API key ENV variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-co committed Jun 20, 2019
1 parent 952cc76 commit 99dfa0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ end
config :my_app, MyApp.Mailer,
adapter: Bamboo.PostmarkAdapter,
api_key: "my_api_key"
# Or if you want to use an ENV variable:
# api_key: {:system, "POSTMARK_API_KEY"}
```

4. Follow Bamboo [Getting Started Guide](https://github.com/thoughtbot/bamboo#getting-started)
Expand Down

0 comments on commit 99dfa0f

Please sign in to comment.