mirror of
https://github.com/latinogino/dolibarr-mcp.git
synced 2026-04-28 12:35:35 +02:00
18 lines
406 B
Plaintext
18 lines
406 B
Plaintext
# Dolibarr Configuration
|
|
DOLIBARR_URL=https://your-dolibarr.example.com/api/index.php
|
|
DOLIBARR_API_KEY=YOUR_API_KEY_HERE
|
|
|
|
# Logging
|
|
LOG_LEVEL=INFO
|
|
|
|
# MCP HTTP listener (recommended for Docker Compose)
|
|
MCP_TRANSPORT=http
|
|
MCP_HTTP_HOST=0.0.0.0
|
|
MCP_HTTP_PORT=8080
|
|
MCP_HOST_PORT=18004
|
|
|
|
# Docker Compose naming
|
|
MCP_CONTAINER_NAME=dolibarr-mcp-server
|
|
MCP_NETWORK_NAME=dolibarr-mcp-net
|
|
MCP_NETWORK_EXTERNAL=false
|