Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #32 from otoyo/update-readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
otoyo authored Dec 31, 2022
2 parents 16634dd + 9d65e29 commit d1be629
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ Add your Zendesk settings to your config:

```elixir
config :zen_ex,
subdomain: "your-zendesk-subdomain",
user: "otoyo@otoyo.com",
api_token: "xxxx"
subdomain: System.get_env("ZENDESK_SUBDOMAIN"),
user: System.get_env("ZENDESK_USER_EMAIL"),
api_token: System.get_env("ZENDESK_API_TOKEN")
```

And set above environment variables.

See also: [Generating a new API token](https://support.zendesk.com/hc/en-us/articles/226022787)

## Usage
Expand Down

0 comments on commit d1be629

Please sign in to comment.