DATABASE_URL=postgres://postgres:postgres@localhost:5432/crm
JWT_SECRET=dev-secret-key-do-not-use-in-production
JWT_EXPIRY_HOURS=24
HOST=0.0.0.0
PORT=3001
RUST_LOG=crm_api=debug,tower_http=debug
