Files
sistema_combustible/backend/.env

13 lines
187 B
Bash

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