From 1f4ccf7b9a9254af9bbf4adb861da11908afcb42 Mon Sep 17 00:00:00 2001 From: Trevor Hartman Date: Wed, 3 Jan 2024 12:04:27 -0700 Subject: [PATCH] Add pagerduty token to config sample --- config/config.sample.edn | 1 + config/profiles.sample.clj | 2 ++ config/sample.env | 2 ++ 3 files changed, 5 insertions(+) diff --git a/config/config.sample.edn b/config/config.sample.edn index 422d7c5c..fbaf981b 100644 --- a/config/config.sample.edn +++ b/config/config.sample.edn @@ -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"}], diff --git a/config/profiles.sample.clj b/config/profiles.sample.clj index c74c8cdc..6255c9bc 100644 --- a/config/profiles.sample.clj +++ b/config/profiles.sample.clj @@ -87,6 +87,8 @@ ;; WORK ;; + :yetibot-pagerduty-token "" + :yetibot-github-token "" :yetibot-github-org-0 "" :yetibot-github-org-1 "" diff --git a/config/sample.env b/config/sample.env index 2d82d79c..7103103d 100644 --- a/config/sample.env +++ b/config/sample.env @@ -74,6 +74,8 @@ YETIBOT_URL="http://localhost:3000" # WORK # +YETIBOT_PAGERDUTY_TOKEN="" + YETIBOT_GITHUB_TOKEN="" YETIBOT_GITHUB_ORG_0="" YETIBOT_GITHUB_ORG_1=""