sql y fastapi

This commit is contained in:
Your Name
2025-02-07 23:21:09 +01:00
parent 85228eeda9
commit 8e0faee3dd
14 changed files with 120 additions and 53 deletions

10
.env Normal file
View File

@ -0,0 +1,10 @@
# Archivo .env
MYSQL_HOST=mysql
MYSQL_USER=nick
MYSQL_PASSWORD=nick
MYSQL_DATABASE=scrapper
MYSQL_PORT=3306
# Variables para el scrapper
OLLAMA_URL=http://host.docker.internal:11434/api/generate
OLLAMA_MODEL=llama3