IdeaLens_AI_Agents_App / env.example
NitishBorthakur's picture
Upload 10 files
4705b54 verified
raw
history blame contribute delete
488 Bytes
# 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