8 lines
311 B
Bash
8 lines
311 B
Bash
# Copy this file to .env and replace every placeholder.
|
|
# Never commit .env or production secrets.
|
|
|
|
DATABASE_URL="file:./db/custom.db"
|
|
ADMIN_PASSWORD="replace-with-a-strong-password"
|
|
AUTH_SECRET="replace-with-a-random-secret-at-least-32-bytes"
|
|
PUBLIC_LEADS_SECRET="replace-with-a-random-internal-ingest-secret"
|