Initial commit - current CRM state
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user