Added some more example values in .env.example
This commit is contained in:
parent
d328fc0a7b
commit
8762852c8d
1 changed files with 4 additions and 4 deletions
|
@ -4,11 +4,11 @@ REDDIT_AUTH_TOKEN=""
|
||||||
REDDIT_REFRESH_TOKEN=""
|
REDDIT_REFRESH_TOKEN=""
|
||||||
REDDIT_CLIENT_ID=""
|
REDDIT_CLIENT_ID=""
|
||||||
REDDIT_CLIENT_SECRET=""
|
REDDIT_CLIENT_SECRET=""
|
||||||
REDDIT_SUBREDDIT=""
|
REDDIT_SUBREDDIT="ich_iel"
|
||||||
MASTODON_URL=""
|
MASTODON_URL=""
|
||||||
MASTODON_EMAIL=""
|
MASTODON_EMAIL="mail@example.com"
|
||||||
MASTODON_PASSWORD=""
|
MASTODON_PASSWORD="password"
|
||||||
MASTODON_USER_ID=""
|
MASTODON_USER_ID=""
|
||||||
MASTODON_APP_NAME=""
|
MASTODON_APP_NAME="Reddit Mastodon Crossposter"
|
||||||
MASTODON_USER_SECRET="usercred.secret"
|
MASTODON_USER_SECRET="usercred.secret"
|
||||||
MASTODON_CLIENT_SECRET="clientcred.secret"
|
MASTODON_CLIENT_SECRET="clientcred.secret"
|
||||||
|
|
Loading…
Reference in a new issue