Files
CRM_backup/backend/.env.example
T

7 lines
193 B
Bash

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