Skip to content

Commit

Permalink
updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JKashyap96 authored Mar 23, 2022
1 parent bfcb099 commit e337830
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pagerduty_api_key = "<YOUR PAGERDUTY API KEY>"
# Please replace <SERVICE1> and <SERVICE2> (including > brackets) with your Pagerduty service IDs. You can get these from the URL after opening a specific service. These are used for Pagerduty to Sumo Logic webhooks.
# Examples: ["P6HHD","PHGBUY"] or ["P76GFB"]
create_services_webhooks = ["<SERVICE1>", "<SERVICE2>"]
# Please replace blank string with true so as to send Pagerduty account events via the webhook to Sumo.
# Please replace false with true so as to send Pagerduty account events via the webhook to Sumo.
create_account_webhook = false
# Please replace <TEAM1> and <TEAM2> (including > brackets) with your Pagerduty team IDs.
create_teams_webhooks = ["<TEAM1>", "<TEAM2>"]
create_teams_webhooks = ["<TEAM1>", "<TEAM2>"]

0 comments on commit e337830

Please sign in to comment.