Primera version estable de microservicios

This commit is contained in:
2025-07-28 11:04:18 -06:00
parent 42a564cd74
commit 5f58fabcfe
37 changed files with 5079 additions and 0 deletions

23
.env.example Normal file
View File

@@ -0,0 +1,23 @@
# Configuración de la aplicación
APP_NAME=EFC Microservice
APP_VERSION=1.0.0
DEBUG=false
# Configuración del servidor
HOST=0.0.0.0
PORT=8001
API_URL=http://host.docker.internal:8000/api/v1
API_TOKEN=1b5b5a41228cbac6d9c373d739f9c36a918e4dd8
# Configuración de API externa
SOAP_SERVICE_URL=https://www.ventanillaunica.gob.mx
EXTERNAL_API_TIMEOUT=5
MAX_RETRIES=5
TIMEOUT=5
WAIT_TIME=0
VERIFY_SSL=True
# Configuración de seguridad
SECRET_KEY=your-super-secret-key-here
ALGORITHM=HS256
ACCESS_TOKEN_EXPIRE_MINUTES=30