mirror of
https://github.com/saltbo/zpan.git
synced 2026-08-29 00:01:42 +08:00
9 lines
361 B
Plaintext
9 lines
361 B
Plaintext
# Local development secrets for `wrangler dev` / `vite dev`.
|
|
# Copy this file to `.dev.vars` (gitignored) and fill in real values.
|
|
|
|
# Required: better-auth signing secret. Generate with: openssl rand -base64 32
|
|
BETTER_AUTH_SECRET=
|
|
|
|
# Optional: point local development at a non-production ZPan Cloud.
|
|
ZPAN_CLOUD_URL=https://zpan-cloud-staging.saltbo.workers.dev
|