forked from mihajlovicjj/redmine-mcp-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.docker
More file actions
37 lines (29 loc) · 1022 Bytes
/
.env.docker
File metadata and controls
37 lines (29 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Redmine MCP Docker Configuration
# Copy/update values for your deployment environment.
# Redmine connection (required)
REDMINE_URL=https://your-redmine-server.com
# Authentication (use either API key or username/password)
REDMINE_USERNAME=your_username
REDMINE_PASSWORD=your_password
# REDMINE_API_KEY=your_api_key
# Server configuration
SERVER_HOST=0.0.0.0
SERVER_PORT=8000
# Public URL configuration for file serving
PUBLIC_HOST=localhost
PUBLIC_PORT=8000
# File management
ATTACHMENTS_DIR=./attachments
AUTO_CLEANUP_ENABLED=true
CLEANUP_INTERVAL_MINUTES=10
ATTACHMENT_EXPIRES_MINUTES=60
# Read-only mode (optional)
# REDMINE_MCP_READ_ONLY=false
# Required custom field autofill (optional)
# Retries once on relevant create/update validation errors (blank/invalid custom fields)
# REDMINE_AUTOFILL_REQUIRED_CUSTOM_FIELDS=false
# REDMINE_REQUIRED_CUSTOM_FIELD_DEFAULTS={}
# SSL options (optional)
# REDMINE_SSL_VERIFY=true
# REDMINE_SSL_CERT=/path/to/ca-bundle.crt
# REDMINE_SSL_CLIENT_CERT=/path/to/client.pem