From 4f64910e5def641dc55d9664ba6dc5374b7d3ddf Mon Sep 17 00:00:00 2001 From: lyx0 <66651385+lyx0@users.noreply.github.com> Date: Sat, 6 May 2023 23:53:59 +0200 Subject: [PATCH] add openweathermap and lastfm examples to .env.example --- cmd/nourybot/.env.example | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cmd/nourybot/.env.example b/cmd/nourybot/.env.example index 689d132..492f821 100644 --- a/cmd/nourybot/.env.example +++ b/cmd/nourybot/.env.example @@ -2,3 +2,10 @@ MATRIX_HOMESERVER=matrix.cooldomain.com MATRIX_USERNAME=nourybot MATRIX_PASSWORD=MyCoolPassword_42069xD SQLITE_DATABASE=mautrix-example.db + +OWM_KEY=MyCoolOpenWeatherMapApiKey + +LAST_FM_APPLICATION_NAME=nourybot +LAST_FM_API_KEY=MyCoolLastFmApiKey +LAST_FM_SECRET=MyCoolLastFmSecretKey +