Skip to content

Commit

Permalink
Merge pull request #80 from safwanrahman/patch-1
Browse files Browse the repository at this point in the history
[Fix #79] Fix example env vars in README
  • Loading branch information
pjenvey authored Mar 20, 2020
2 parents a33e6e0 + 587b3f8 commit dfd39a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ All calls to Megaphone (minus the Dockerflow Status Checks) require authorizatio
e.g.

```
export ROCKET_BROADCASTER_AUTH={test="foobar"}
export ROCKET_READER_AUTH={autopush="quux"}
export ROCKET_BROADCASTER_AUTH={test=["foobar"]}
export ROCKET_READER_AUTH={autopush=["quux"]}
```

The *test* broadcaster would specify:
Expand Down

0 comments on commit dfd39a9

Please sign in to comment.