diff --git a/cmd/bot/.env.example b/cmd/bot/.env.example index 72e5fe5..bc35566 100644 --- a/cmd/bot/.env.example +++ b/cmd/bot/.env.example @@ -2,4 +2,6 @@ TWITCH_USERNAME=nourybot TWITCH_OAUTH=oauth:mycooloauthtoken42069 TWITCH_COMMAND_PREFIX=() +OWM_KEY=OpenWeatherMapApiKeyGoesHere + DB_DSN=postgres://username:password@localhost/nourybot?sslmode=disable \ No newline at end of file