feat(stream): implement stream processing service with routes for managing streaming URLs; add support for concurrent processing and metadata extraction
This commit is contained in:
@@ -16,4 +16,7 @@ GOOGLE_CLIENT_SECRET=your_google_client_secret_here
|
||||
|
||||
# GitHub OAuth
|
||||
GITHUB_CLIENT_ID=your_github_client_id_here
|
||||
GITHUB_CLIENT_SECRET=your_github_client_secret_here
|
||||
GITHUB_CLIENT_SECRET=your_github_client_secret_here
|
||||
|
||||
# Stream Processing Configuration
|
||||
STREAM_MAX_CONCURRENT=2
|
||||
Reference in New Issue
Block a user