Files
BlueMastoFeed/env

26 lines
541 B
Plaintext
Raw Normal View History

2025-05-24 16:50:42 +02:00
# RSS Feed
FEED_URL=https://example.com/rss.xml
# Mastodon
MASTODON_API_BASE_URL=https://mastodon.social
MASTODON_ACCESS_TOKEN=your_mastodon_access_token
# Bluesky
BSKY_IDENTIFIER=your_handle.bsky.social
BSKY_PASSWORD=your_bluesky_password
# Intervall in Minuten für Feedprüfung
INTERVAL_MINUTES=30
# E-Mail Einstellungen
SMTP_HOST=smtp.example.com
SMTP_PORT=587
SMTP_USER=bot@example.com
SMTP_PASSWORD=super_secure_password
EMAIL_FROM=bot@example.com
EMAIL_TO=admin@example.com
# E-Mail-Modus: none | errors | all
EMAIL_MODE=errors