mirror of
https://github.com/saltbo/zpan.git
synced 2026-08-29 00:01:42 +08:00
5464522b41
The deploy button uses values from .dev.vars.example as form defaults. A placeholder like 'replace-with-a-long-random-string' could be deployed as-is, which is a security risk. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
231 B
Plaintext
6 lines
231 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=
|