Skip to content

Commit

Permalink
Merge pull request #134 from appoptics/AO-14627-proxy-example-config
Browse files Browse the repository at this point in the history
AO-14627: Add proxy config
  • Loading branch information
jiwen624 authored Dec 5, 2019
2 parents 33e4b5a + f9b9ec6 commit 963bee1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/appoptics-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ ServiceKey: your_service_key:your_service_name # - env var: APPOPTICS_SERVICE_K
# Ec2MetadataTimeout: 1000 # - env var: APPOPTICS_EC2_METADATA_TIMEOUT
# DebugLevel: warn # - env var: APPOPTICS_DEBUG_LEVEL
# TriggerTrace: true # - env var: APPOPTICS_TRIGGER_TRACE
# Proxy: https://proxy_user:pwd@proxy_host:3307 # - env var: APPOPTICS_PROXY
# ProxyCertPath: /proxy.crt # - env var: APPOPTICS_PROXY_CERT_PATH

0 comments on commit 963bee1

Please sign in to comment.