Subscripciones iniciales y cliente para leer webhook

This commit is contained in:
2025-12-26 15:30:18 +01:00
parent 9ccb117245
commit ee5e054457
8 changed files with 130 additions and 3 deletions

1
.env
View File

@@ -12,5 +12,6 @@ SERVER_PORT=3300
# CLIENTE
# Cliente simulado que va a recibir los webhooks
# puramente de debug para el servicio
CLIENT_IP="127.0.0.1"
CLIENT_PORT=3000