diff --git a/example.env b/.env.example similarity index 96% rename from example.env rename to .env.example index 02aff33..0077014 100644 --- a/example.env +++ b/.env.example @@ -1,10 +1,10 @@ -# Bluesky Credentials -# Use an app password from https://bsky.app/settings/app-passwords -BSKY_USERNAME=example.bsky.social -BSKY_PASSWORD= - -# Twitter User to Monitor -TWITTER_USER=exampleuser - -# Check interval in milliseconds (60000 = 1 minute) -CHECK_INTERVAL=60000 +# Bluesky Credentials +# Use an app password from https://bsky.app/settings/app-passwords +BSKY_USERNAME=example.bsky.social +BSKY_PASSWORD= + +# Twitter User to Monitor +TWITTER_USER=exampleuser + +# Check interval in milliseconds (60000 = 1 minute) +CHECK_INTERVAL=60000