Merge pull request #5335 from sethhoward-dd/patch-1

Update pagerduty token environment variable
This commit is contained in:
Tim
2021-04-15 11:08:02 -06:00
committed by GitHub
+1 -1
View File
@@ -74,7 +74,7 @@ proxy:
Then start the backend passing the token as an environment variable:
```bash
$ PAGERDUTY_TOKEN='Token token=<TOKEN>' yarn start
$ PAGERDUTY_TOKEN='<TOKEN>' yarn start
```
This will proxy the request by adding `Authorization` header with the provided token.