feat: publish applications CRM

This commit is contained in:
2026-08-21 11:33:10 +00:00
commit 7d984716f5
95 changed files with 12255 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# 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"