Files
QR-master/seo-tracker/.env.example
2026-07-28 13:29:35 +02:00

17 lines
441 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Serper.dev API Key https://serper.dev → API keys
SERPER_API_KEY=
# Eigene Domain (ohne www, ohne Protokoll)
TARGET_DOMAIN=qrmaster.net
# Standardland für Keywords ohne "| xx" Suffix
DEFAULT_COUNTRY=us
# Wie tief geprüft wird. 100 = Top 100 (~10 Credits/Keyword),
# 20 = Top 20 (~2 Credits/Keyword). Zum Credits-Sparen niedriger setzen.
RESULTS_PER_QUERY=100
# Parallele Requests und Pause dazwischen
CONCURRENCY=4
DELAY_MS=250