Added everything

This commit is contained in:
Juan M. Ley
2026-03-16 21:05:52 -06:00
parent 00e997debf
commit b526e23149
44 changed files with 2147 additions and 3 deletions

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
# Variables de entorno para VoxPopuli Microservices
# Base de Datos MySQL (API de Usuarios)
MYSQL_URL=mysql+pymysql://user:password@localhost/voxpopuli_users
# Base de Datos MongoDB (API de Reportes)
MONGODB_URL=mongodb://localhost:27017
MONGODB_DB=voxpopuli_reports
# Configuración de Server
HOST=0.0.0.0
LOG_LEVEL=info