From 8762852c8dd4b3c8c8656589b852ff8ec91c5340 Mon Sep 17 00:00:00 2001 From: lluni Date: Sat, 10 Dec 2022 00:47:44 +0100 Subject: [PATCH] Added some more example values in .env.example --- .env.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index f3fe3df..e93598f 100644 --- a/.env.example +++ b/.env.example @@ -4,11 +4,11 @@ REDDIT_AUTH_TOKEN="" REDDIT_REFRESH_TOKEN="" REDDIT_CLIENT_ID="" REDDIT_CLIENT_SECRET="" -REDDIT_SUBREDDIT="" +REDDIT_SUBREDDIT="ich_iel" MASTODON_URL="" -MASTODON_EMAIL="" -MASTODON_PASSWORD="" +MASTODON_EMAIL="mail@example.com" +MASTODON_PASSWORD="password" MASTODON_USER_ID="" -MASTODON_APP_NAME="" +MASTODON_APP_NAME="Reddit Mastodon Crossposter" MASTODON_USER_SECRET="usercred.secret" MASTODON_CLIENT_SECRET="clientcred.secret"