Initial commit - current CRM state

This commit is contained in:
2026-06-22 15:43:25 +02:00
commit 215d6739d1
19 changed files with 3739 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
DATABASE_URL=postgres://postgres:postgres@localhost:5432/crm
JWT_SECRET=super-secret-key-change-in-production
JWT_EXPIRY_HOURS=24
HOST=0.0.0.0
PORT=3001
RUST_LOG=crm_api=debug,tower_http=debug