-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (26 loc) · 1.43 KB
/
.env.example
File metadata and controls
31 lines (26 loc) · 1.43 KB
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
# Copy to `.env` and fill in. Never commit real secrets.
# -----------------------------------------------------------------------------
# Better Auth (SvelteKit + D1). Required for the app to run with auth.
# -----------------------------------------------------------------------------
BETTER_AUTH_SECRET=
# Public URL of the app (OAuth callback base). Alchemy defaults deploy env; use local dev URL when running vite.
# BETTER_AUTH_URL=http://localhost:5173
# -----------------------------------------------------------------------------
# Alchemy deploy (`bun run deploy` / CI)
# See https://alchemy.run/guides/cloudflare-state-store/ for ALCHEMY_STATE_TOKEN.
# -----------------------------------------------------------------------------
# ALCHEMY_PASSWORD=
# CLOUDFLARE_API_TOKEN=
# CLOUDFLARE_ACCOUNT_ID=
# ALCHEMY_STATE_TOKEN=
# -----------------------------------------------------------------------------
# Local dogfood: `@acoyfellow/lab` against `bun dev` (Worker defaults to port 1337)
# -----------------------------------------------------------------------------
# LAB_URL=http://localhost:1337
# -----------------------------------------------------------------------------
# Examples page: optional stable link to a real trace (deploy / .dev.vars)
# -----------------------------------------------------------------------------
# PUBLIC_EXAMPLE_TRACE_ID=
# Optional: disable Alchemy CLI telemetry
# ALCHEMY_TELEMETRY_DISABLED=1
# DO_NOT_TRACK=1