From f8fbe61c90c9ad490d5bac636b571a33d5490f4c Mon Sep 17 00:00:00 2001 From: lyx0 Date: Tue, 8 Aug 2023 00:47:09 +0200 Subject: [PATCH] add env.example --- env.example | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 env.example diff --git a/env.example b/env.example new file mode 100644 index 0000000..cf08085 --- /dev/null +++ b/env.example @@ -0,0 +1,15 @@ +TWITCH_USERNAME=cooltwitchusername +TWITCH_OAUTH=oauth:cooltwitchoauthtoken +TWITCH_COMMAND_PREFIX=() + +TWITCH_CLIENT_ID=mycoolclientid +TWITCH_CLIENT_SECRET=mycoolclientsecret + +LOCAL_DSN=postgres://user:password@localhost/database-name?sslmode=disable +SUPABASE_DSN=postgresql://user:password@databaseurlfrom.supabase.com:5432/postgres + +OWM_KEY=mycoolopenweatherkey + +LAST_FM_APPLICATION_NAME=goodname +LAST_FM_API_KEY=goodlastfmapikey +LAST_FM_SECRET=goodlastfmsecretkey