Implementar modulo de Roles y Usuarios
This commit is contained in:
13
backend/.env
Normal file
13
backend/.env
Normal file
@ -0,0 +1,13 @@
|
||||
PORT=5000
|
||||
|
||||
MONGO_URI=mongodb://localhost:27017/sistema_combustible
|
||||
|
||||
JWT_SECRET=super_secret_key
|
||||
|
||||
SQL_SERVER=ABIGAILV\SQLEXPRESS
|
||||
|
||||
SQL_DATABASE=empresa_pan
|
||||
|
||||
SQL_USER=sa
|
||||
|
||||
SQL_PASSWORD=123456
|
||||
Reference in New Issue
Block a user