Skip to content

Commit

Permalink
Add pagerduty token to config sample
Browse files Browse the repository at this point in the history
  • Loading branch information
devth committed Jan 3, 2024
1 parent 1078f45 commit 1f4ccf7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/config.sample.edn
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
:token ""},
:mail {:from "", :bcc "", :host "", :user "", :pass ""},
:alphavantage {:key ""}
:pagerduty {:token ""}
:jira {:default {:project {:key "Optional"}, :issue {:type {:id "3"}}},
:user "",
:projects [{:default {:version {:id "42"}}, :key "FOO"}],
Expand Down
2 changes: 2 additions & 0 deletions config/profiles.sample.clj
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@
;; WORK
;;

:yetibot-pagerduty-token ""

:yetibot-github-token ""
:yetibot-github-org-0 ""
:yetibot-github-org-1 ""
Expand Down
2 changes: 2 additions & 0 deletions config/sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ YETIBOT_URL="http://localhost:3000"
# WORK
#

YETIBOT_PAGERDUTY_TOKEN=""

YETIBOT_GITHUB_TOKEN=""
YETIBOT_GITHUB_ORG_0=""
YETIBOT_GITHUB_ORG_1=""
Expand Down

0 comments on commit 1f4ccf7

Please sign in to comment.