Inicio tests + docker

This commit is contained in:
2025-12-26 11:36:11 +01:00
commit 6f48b6f518
2132 changed files with 934060 additions and 0 deletions

12
.env Normal file
View File

@@ -0,0 +1,12 @@
PORT=3300
POSTGRES_DB=desarrollo
POSTGRES_PORT=5432
POSTGRES_USER=postgres
POSTGRES_PASSWORD=1234
# WEBHOOKS
# se deberia de hacer por peticion
API_VERSION="1"
WEBHOOK_SECRET="1234"
CLIENT_IP="127.0.0.1"
CLIENT_PORT=3000