feat: auth - registro, login y JWT con routeId embebido
This commit is contained in:
8
backend/env.example
Normal file
8
backend/env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
PORT=3000
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5433
|
||||
DB_NAME=recoleccion_db
|
||||
DB_USER=recoleccion
|
||||
DB_PASSWORD=recoleccion123
|
||||
JWT_SECRET=hackathon_celaya_2026_secret_key
|
||||
JWT_EXPIRES_IN=7d
|
||||
Reference in New Issue
Block a user