Ajouter .env

This commit is contained in:
2025-09-14 10:52:45 +02:00
parent 9bd3ab9486
commit 3a57c3df2b

10
.env Normal file
View File

@@ -0,0 +1,10 @@
# Configuration Ollama
OLLAMA_BASE_URL=http://host.docker.internal:11434
OLLAMA_MODEL=llama3.2:1b
# Configuration Docker
DOCKER_HOST=unix:///var/run/docker.sock
# Configuration de l'application
CODEGEN_PORT=3000
CODEGEN_DEBUG=false