read-frog/.env.example

16 lines
697 B
Bash

# Optional overrides for the extension's runtime URLs/domains.
# By default the extension uses production readfrog.app values.
# When WXT_USE_LOCAL_PACKAGES=true, it instead falls back to localhost values.
# Values must already be canonical:
# - URLs must not end with a trailing slash
# - origins/domains are comma-separated with no spaces
#
# WXT_API_URL=https://api.readfrog.app
# WXT_WEBSITE_URL=https://www.readfrog.app
# WXT_OFFICIAL_SITE_ORIGINS=https://readfrog.app,https://www.readfrog.app
# WXT_AUTH_COOKIE_DOMAINS=readfrog.app
#
# Required in poduction:
# WXT_GOOGLE_CLIENT_ID=your-google-client-id
# WXT_POSTHOG_HOST=https://us.i.posthog.com
# WXT_POSTHOG_API_KEY=phc_your_posthog_key