diff options
author | Jordan Bracco <href@random.sh> | 2022-12-20 12:27:14 +0000 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2022-12-20 19:29:42 +0100 |
commit | accc58f9e2569c5269b54031f563d9d2c0acd487 (patch) | |
tree | 0a016cfdf9e2c3fbecbbbb3b71484db215b67326 /config | |
parent | chore(plugins)!: remove deprecated outline plugin, refs T77. (diff) |
chore: config example update, add version to footer, remove useless module, refs T77.
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.exs b/config/config.exs index c5c5bd8..5b909f1 100644 --- a/config/config.exs +++ b/config/config.exs @@ -43,11 +43,11 @@ config :nola, NolaWeb.Endpoint, config :mime, :types, %{"text/event-stream" => ["sse"]} -config :nola, Nola.IRC.LastFmHandler, +config :nola, :lastfm, api_key: "x", api_secret: "x" -config :nola, Nola.IRC.YouTubeHandler, +config :nola, :youtube, api_key: "x", invidious: "yewtu.be" |