Me habia olvidado el gitignore

This commit is contained in:
2025-12-26 14:07:41 +01:00
parent ed5590a239
commit 1821f06e62
3 changed files with 6 additions and 2 deletions

4
.env
View File

@@ -8,5 +8,9 @@ POSTGRES_PASSWORD=1234
# se deberia de hacer por peticion
API_VERSION="1"
WEBHOOK_SECRET="1234"
SERVER_PORT=3300
# CLIENTE
# Cliente simulado que va a recibir los webhooks
CLIENT_IP="127.0.0.1"
CLIENT_PORT=3000

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
node_modules

View File

@@ -29,8 +29,7 @@ afterAll(() => {
testServer.close()
})
function mockCliente() {
export function mockCliente() {
const cliente = express();
cliente.use(express.json({