This commit is contained in:
2026-01-29 19:53:36 +01:00
parent 1bda2013bb
commit a9708b33e2
27 changed files with 3745 additions and 4 deletions

16
.env.example Normal file
View File

@@ -0,0 +1,16 @@
# 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