From 512c3dc2191e7f301d9cea3686b83a5d5fb3003c Mon Sep 17 00:00:00 2001 From: lyx0 <66651385+lyx0@users.noreply.github.com> Date: Wed, 12 Apr 2023 21:35:17 +0200 Subject: [PATCH] update .env example --- cmd/bot/.env.example | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/cmd/bot/.env.example b/cmd/bot/.env.example index bc35566..5689f5c 100644 --- a/cmd/bot/.env.example +++ b/cmd/bot/.env.example @@ -1,7 +1,15 @@ TWITCH_USERNAME=nourybot -TWITCH_OAUTH=oauth:mycooloauthtoken42069 +TWITCH_OAUTH=oauth:mycooloauth42060 TWITCH_COMMAND_PREFIX=() -OWM_KEY=OpenWeatherMapApiKeyGoesHere +TWITCH_CLIENT_ID=mycooltwitchclientid +TWITCH_CLIENT_SECRET=mycooltwitchclientsecret -DB_DSN=postgres://username:password@localhost/nourybot?sslmode=disable \ No newline at end of file +LOCAL_DSN=postgres://user:password@localhost/database-name?sslmode=disable +SUPABASE_DSN=postgres://user:password@db.XXXXXXXXX.supabase.co/postgres + +OWM_KEY=mycoolopenweathermapapikey + +LAST_FM_APPLICATION_NAME=mycoolapplicationname +LAST_FM_API_KEY=mycoollastfmapikey +LAST_FM_SECRET=mycoollastfmsecret