Added everything
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user