-
-
Notifications
You must be signed in to change notification settings - Fork 544
Expand file tree
/
Copy path.env.example
More file actions
16 lines (16 loc) · 697 Bytes
/
Copy path.env.example
File metadata and controls
16 lines (16 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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