Files
applications_crm/.env.example
T
2026-08-21 11:33:10 +00:00

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"