17 lines
368 B
Plaintext
17 lines
368 B
Plaintext
# Gitea Configuration
|
|
GITEA_URL=https://gitea.example.com
|
|
GITEA_TOKEN=your-bot-user-token-here
|
|
|
|
# MCP Server Configuration
|
|
MCP_HOST=0.0.0.0
|
|
MCP_PORT=8080
|
|
|
|
# Logging Configuration
|
|
LOG_LEVEL=INFO
|
|
AUDIT_LOG_PATH=/var/log/aegis-mcp/audit.log
|
|
|
|
# Security Configuration (optional)
|
|
# MAX_FILE_SIZE_BYTES=1048576 # 1MB
|
|
# REQUEST_TIMEOUT_SECONDS=30
|
|
# RATE_LIMIT_PER_MINUTE=60
|