generar y enviar qr por correo electronico despues de registrar un formulario

This commit is contained in:
Your Name
2025-04-03 11:29:46 -06:00
parent 8d191fbb23
commit 5ba3f0f2a8
7 changed files with 191 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
PORT=4200
db_type=mysql
db_host=mariadb # <-- uso del nombre del servicio, NO IP
db_port=3306
db_username=root # <-- te conectarás con root
db_password=mypass # <-- la misma que MARIADB_ROOT_PASSWORD
db_database=formularios_test
url_api_correos=http://host.docker.internal:4100 #http://localhost:4100