Skip to content

Commit

Permalink
Update config samples for weatherbit.io
Browse files Browse the repository at this point in the history
  • Loading branch information
devth committed Feb 8, 2024
1 parent 9c099fd commit 6bb40c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/config.sample.edn
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
:url "http://localhost:3003",
:ebay {:appid ""},
:giphy {:key ""},
:weather {:wunderground {:key "" :default {:zip ""}}},
:weather {:weatherbitio {:key "" :default {:zip ""}}},
:command {:prefix "!"
;; Whether or not embedded commands should be globally available
;; (enabled by default)
Expand Down
4 changes: 2 additions & 2 deletions config/profiles.sample.clj
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@
:yetibot-ssh-groups-0-servers-1-host ""

;; `weather`
:yetibot-weather-wunderground-key ""
:yetibot-weather-wunderground-default-zip ""
:yetibot-weather-weatherbitio-key ""
:yetibot-weather-weatherbitio-key-default-zip ""

;; `wolfram`
:yetibot-wolfram-appid ""
Expand Down
6 changes: 3 additions & 3 deletions config/sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ YETIBOT_SSH_GROUPS_0_SERVERS_0_HOST=""
YETIBOT_SSH_GROUPS_0_SERVERS_1_NAME=""
YETIBOT_SSH_GROUPS_0_SERVERS_1_HOST=""

# `weather`
YETIBOT_WEATHER_WUNDERGROUND_KEY=""
YETIBOT_WEATHER_WUNDERGROUND_DEFAULT_ZIP=""
# `weather` using https://www.weatherbit.io/
YETIBOT_WEATHER_WEATHERBITIO_KEY=""
YETIBOT_WEATHER_WEATHERBITIO_DEFAULT_ZIP=""

# `wolfram`
YETIBOT_WOLFRAM_APPID=""
Expand Down

0 comments on commit 6bb40c2

Please sign in to comment.