repos
905 B raw
# Used in templates for absolute URLs (sitemap, og tags). No trailing slash.
BASE_URL=https://finance.example.com

# Browser-like User-Agent sent on every outbound data request. The upstream
# sources (Yahoo, SEC) are public endpoints; a realistic Chrome string
# avoids being singled out by naive bot filters. Override if you like.
# FINANCE_USER_AGENT=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36

# SEC asks API consumers to identify themselves with a contact address. It is
# appended to the User-Agent on requests to sec.gov / data.sec.gov only.
SEC_CONTACT_EMAIL=you@example.com

# Live-quote source. Currently only "yahoo" ships; the provider trait makes
# others droppable in. Falls back to the default on an unknown value.
# FINANCE_QUOTE_PROVIDER=yahoo

# Optional title shown in the header and <title>.
# FINANCE_TITLE=Finance