13 lines
187 B
Bash
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 |