-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env.example
44 lines (43 loc) · 1.42 KB
/
.env.example
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
41
42
43
44
# Your local ngrok tunnel address
ZIPPER_ENV_LOCAL_NGROK_URL=https://{yourname}.zipper.ngrok.app
# Get this access token from https://zipper.dev/zipper-inc/zipper-env-local
ZIPPER_ENV_LOCAL_ACCESS_TOKEN=
### <generated>
### These values will be replaced by `yarn env:update` or `yarn get-started`
CLOUDFLARE_ACCESS_KEY_ID=
CLOUDFLARE_ACCESS_KEY_SECRET=
CLOUDFLARE_ACCOUNT_ID=
CLOUDFLARE_BUILD_FILE_BUCKET_NAME=zipper-applet-bundles-dev
CLOUDFLARE_APPLET_SRC_BUCKET_NAME=zipper-applet-src-dev
DATABASE_URL=postgres://zipper_user:zipper_password@localhost:35432/zipper_functions_dev
DENO_DEPLOY_SECRET=
ENCRYPTION_KEY=
FEEDBACK_TRACKER_API_KEY=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
HMAC_SIGNING_SECRET=
IGNORE_ALLOW_LIST=1
JWT_SIGNING_SECRET=
JWT_REFRESH_SIGNING_SECRET=
NEXT_PUBLIC_LIVEBLOCKS_PUBLIC_KEY=
LIVEBLOCKS_SECRET_KEY=
NEXTAUTH_GITHUB_CLIENT_ID=
NEXTAUTH_GITHUB_CLIENT_SECRET=
NEXTAUTH_GOOGLE_CLIENT_ID=
NEXTAUTH_GOOGLE_CLIENT_SECRET=
NEXTAUTH_SECRET=
NEXTAUTH_URL=https://localhost:3000
NEXT_PUBLIC_SLACK_CLIENT_ID=
NEXT_PUBLIC_ZIPPER_DOT_DEV_HOST=localhost:3000
NEXT_PUBLIC_ZIPPER_DOT_RUN_HOST=localdev.me:3002
PUBLICLY_ACCESSIBLE_RPC_HOST=
REDIS_HOST=localhost
REDIS_PORT=36379
RESEND_API_KEY=tests.fail.without.a.dummy.value.here
SLACK_CLIENT_SECRET=
OPENAI=tests.fail.without.a.dummy.value.here
OPENAI_API_KEY=tests.fail.without.a.dummy.value.here
DEFAULT_APP_SLUG=word-counter
### </generated>