-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
36 lines (30 loc) · 1.19 KB
/
.env.example
File metadata and controls
36 lines (30 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# TX Core - Feature Flags
# Enable legacy message type field requirement (default: false)
# Set to 'true' to enforce explicit type: fields in messages
TX_LEGACY_MESSAGE_TYPES=false
# TX Search Tool - API Configuration
# Copy this to .env and fill in your API keys
# ========== FREE/NO-KEY APIS (No configuration needed) ==========
# Stack Overflow - Works out of the box
# arXiv - Works out of the box
# GitHub - Works out of the box (unauthenticated: 60 requests/hour)
# DuckDuckGo - Works out of the box
# HackerNews - Works out of the box
# PubMed - Works out of the box
# Semantic Scholar - Works out of the box
# CrossRef - Works out of the box
# Dev.to - Works out of the box
# Wikipedia - Works out of the box
# ========== OPTIONAL: GitHub Authentication ==========
# Increases rate limits from 60 to 5000 requests/hour
# Get token: https://github.com/settings/tokens
GITHUB_TOKEN=
# ========== FREEMIUM APIS ==========
# Brave Search API - Modern search engine
# Get free API key: https://api.search.brave.com/
# Free tier: 2000 queries/month
BRAVE_API_KEY=
# YouTube Data API - Video search and metadata
# Get key: https://console.developers.google.com/
# Free tier: 10,000 units/day
YOUTUBE_API_KEY=