Merge pull request #5335 from sethhoward-dd/patch-1
Update pagerduty token environment variable
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user