File size: 488 Bytes
4705b54
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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