-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env-example.macos
40 lines (31 loc) · 1.38 KB
/
.env-example.macos
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
28
29
30
31
32
33
34
35
36
37
38
39
40
PORT=3000
API_PORT=4000
SERVER_SIDE_API_URL=http://host.docker.internal:$API_PORT/api/v1
API_URL=http://localhost:$API_PORT/api/v1
WEB_URL=https://localhost
PUBLIC_WORKSPACE=******************************
PUBLIC_SYNC=******************************
PUBLIC_SYNC_URL=*************************
AUTH_GOOGLE_CLIENT_ID=************-****************.apps.googleusercontent.com
AUTH_GOOGLE_CLIENT_SECRET=******************************
AUTH_GOOGLE_DEVELOPER_TOKEN=*************************
AUTH_FACEBOOK_CLIENT_ID=**********************
AUTH_FACEBOOK_CLIENT_SECRET=***********************
AUTH_SLACK_CLIENT_ID=******************************
AUTH_SLACK_CLIENT_SECRET=******************************
AUTH_HUBSPOT_CLIENT_ID=***********************************
AUTH_HUBSPOT_CLIENT_SECRET=*************************************
AUTH_SHOPIFY_CLIENT_ID=***********************************
AUTH_SHOPIFY_CLIENT_SECRET=***********************************
POSTHOG_KEY=phc_*************************************
POSTHOG_HOST=https://app.posthog.com
BUGSNAG_KEY=************************************
BUGSNAG_TRACING=false
BUGSNAG_APP_TYPE=client
BUGSNAG_APP_VERSION=0.0.1
BUGSNAG_AUTO_DETECT_ERRORS=false
ENABLE_JITSU=false
NEXTAUTH_GOOGLE_CLIENT_ID=************-****************.apps.googleusercontent.com
NEXTAUTH_GOOGLE_CLIENT_SECRET=******************************
NEXTAUTH_SECRET=mysecret
NEXTAUTH_URL=http://localhost:3000