25 lines
689 B
Plaintext
25 lines
689 B
Plaintext
# Social Media Platform Configuration
|
|
|
|
# Instagram (requires business account)
|
|
INSTAGRAM_ENABLED=false
|
|
INSTAGRAM_USERNAME=florale_emotion
|
|
INSTAGRAM_PASSWORD=your-password
|
|
|
|
# Facebook (requires page access token)
|
|
FACEBOOK_ENABLED=false
|
|
FACEBOOK_ACCESS_TOKEN=your-facebook-access-token
|
|
FACEBOOK_PAGE_ID=your-page-id
|
|
|
|
# TikTok (requires TikTok for Business API)
|
|
TIKTOK_ENABLED=false
|
|
TIKTOK_ACCESS_TOKEN=your-tiktok-access-token
|
|
|
|
# Mastodon
|
|
MASTODON_ENABLED=true
|
|
MASTODON_ACCESS_TOKEN=your-mastodon-access-token
|
|
MASTODON_API_URL=https://mastodon.social
|
|
|
|
# YouTube (for analytics and community posts)
|
|
YOUTUBE_ENABLED=false
|
|
YOUTUBE_API_KEY=your-youtube-api-key
|
|
YOUTUBE_CHANNEL_ID=your-channel-id |