Spaces:
Runtime error
Runtime error
| # GitHub Configuration | |
| GITHUB_TOKEN=your_github_token_here | |
| # ProductHunt Configuration | |
| PRODUCT_HUNT_TOKEN=your_producthunt_token_here | |
| # Reddit Configuration | |
| REDDIT_CLIENT_ID=your_reddit_client_id_here | |
| REDDIT_CLIENT_SECRET=your_reddit_client_secret_here | |
| REDDIT_USER_AGENT=your_reddit_user_agent_here | |
| # Google Cloud Configuration | |
| GOOGLE_APPLICATION_CREDENTIALS_JSON=your_google_credentials_json_here | |
| # Application Settings | |
| DEBUG=false | |
| LOG_LEVEL=INFO | |
| MAX_BATCH_SIZE=10 | |
| REQUEST_TIMEOUT=30 |