-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
27 lines (23 loc) · 863 Bytes
/
.env.example
File metadata and controls
27 lines (23 loc) · 863 Bytes
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
# --- GENERAL SETTINGS ---
TZ=America/New_York
# --- COMET CONFIGURATION ---
# The public URL where Comet will be accessible.
# If using Caddy/Proxy: https://comet.yourdomain.com
# If using Direct IP: http://192.168.1.XX:8000
PUBLIC_BASE_URL=https://comet.lan
# --- JACKETT CONFIGURATION ---
# Get this API Key from the Jackett Web UI (Top right corner) after first launch.
JACKETT_API_KEY=your_jackett_api_key_here
# --- POSTGRES DATABASE ---
POSTGRES_USER=comet
POSTGRES_PASSWORD=change_this_to_a_secure_password
POSTGRES_DB=comet
# --- PERFORMANCE TUNING (Optional - defaults are sensible) ---
# Uncomment and adjust only if needed. Values shown are the defaults.
# FASTAPI_WORKERS=2
# INDEXER_MANAGER_TIMEOUT=12
# BACKGROUND_SCRAPER_ENABLED=True
# BACKGROUND_SCRAPER_CONCURRENT_WORKERS=2
# SCRAPE_JACKETT=both
# SCRAPE_TORRENTIO=both
# SCRAPE_ZILEAN=both