Skip to content

Commit

Permalink
Merge pull request #3657 from thezackm/patch-1
Browse files Browse the repository at this point in the history
adding notes for setting HTTPS_PROXY env var during runtime
  • Loading branch information
barbnewrelic committed Aug 25, 2021
2 parents bf6692b + 6ec7963 commit b1bb2b6
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,14 @@ In this table you can find additional options you can use with the **ktranslate*
Forwards logs from **ktranslate** into **New Relic One Logs**.
</td>
</tr>
<tr>
<td>
`HTTPS_PROXY`
</td>
<td>
Environment variable that can be used during Docker runtime to setup **ktranslate** to ship data to New Relic via proxy. Ex: `-e HTTPS_PROXY=https://user:password@hostname:port`
</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit b1bb2b6

Please sign in to comment.