From 3a57c3df2b4acbada3f50ed5ad4bba11f4f5fe3e Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Sun, 14 Sep 2025 10:52:45 +0200 Subject: [PATCH] Ajouter .env --- .env | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .env 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