Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,21 @@ RABBITMQ_NOTIFICATION_QUEUE=substream_notifications_queue
RABBITMQ_EMAIL_QUEUE=substream_emails_queue
RABBITMQ_LEADERBOARD_QUEUE=substream_leaderboard_queue

# Social Token Gating Configuration
SOCIAL_TOKEN_ENABLED=true
SOCIAL_TOKEN_CACHE_TTL=300
SOCIAL_TOKEN_REVERIFICATION_INTERVAL=60000
SOCIAL_TOKEN_CACHE_PREFIX=social_token:
STELLAR_MAX_RETRIES=3
STELLAR_RETRY_DELAY=1000

# Creator Collaboration Revenue Attribution Configuration
COLLABORATION_ENABLED=true
COLLABORATION_DEFAULT_SPLIT_RATIO=0.5
COLLABORATION_MIN_WATCH_TIME_SECONDS=30
COLLABORATION_CACHE_TTL=3600
COLLABORATION_CACHE_PREFIX=collaboration:

# Global Stats Caching Configuration
GLOBAL_STATS_REFRESH_INTERVAL=60000
GLOBAL_STATS_INITIAL_DELAY=5000
Expand Down
Loading
Loading