Skip to content

Commit 01e5863

Browse files
vanessa-passageVanessa Burroughs
and
Vanessa Burroughs
authored
docs: Update README initialize code block (#167)
* docs: update README --------- Co-authored-by: Vanessa Burroughs <vanessaburroughs@agilebits.com>
1 parent 827bc5c commit 01e5863

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ require 'passageidentity'
5252
```ruby
5353
PassageClient =
5454
Passage::Client.new(
55-
app_id: 'YOUR_PASSAGE_APP_ID',
56-
api_key: 'YOUR_PASSAGE_API_KEY',
57-
auth_strategy: Passage::HEADER_AUTH,
55+
app_id: ENV.fetch('PASSAGE_APP_ID'),
56+
api_key: ENV.fetch('PASSAGE_API_KEY')
5857
)
5958
```
6059

0 commit comments

Comments
 (0)