Skip to content

Commit

Permalink
Update config sample for Alpha Vantage stock API
Browse files Browse the repository at this point in the history
  • Loading branch information
devth committed Jun 20, 2019
1 parent 6c3283d commit 8bcd1d1
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -16,6 +16,7 @@
:secret "",
:token ""},
:mail {:from "", :bcc "", :host "", :user "", :pass ""},
:alphavantage {:key ""}
:jira {:default {:project {:key "Optional"}, :issue {:type {:id "3"}}},
:user "",
:projects [{:default {:version {:id "42"}}, :key "FOO"}],
Expand Down
3 changes: 3 additions & 0 deletions config/profiles.sample.clj
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@
;; INFOs
;;

;; Alpha Vantage (stock data)
:yetibot-alphavantage-key ""

;; `google`
:yetibot-google-api-key ""
:yetibot-google-custom-search-engine-id ""
Expand Down

0 comments on commit 8bcd1d1

Please sign in to comment.