10 lines
233 B
Bash
10 lines
233 B
Bash
# 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 |