diff --git a/.env b/.env new file mode 100644 index 0000000..13c8cdd --- /dev/null +++ b/.env @@ -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 \ No newline at end of file