From f02e88cd32045fc25e2088bb4b0e3dffc6827898 Mon Sep 17 00:00:00 2001 From: lyx0 Date: Thu, 28 Oct 2021 21:12:26 +0200 Subject: [PATCH] add mongo uri to .env.example --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 961b00f..a128ba4 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,4 @@ TWITCH_USER=forsen TWITCH_PASS=oauth:asdhjadsjksajkhdjhksadjkias -BOT_USER_ID=133769 \ No newline at end of file +BOT_USER_ID=133769 +MONGO_URI=mongodb+srv://coolurihere \ No newline at end of file