.
This commit is contained in:
16
.env.example
Normal file
16
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user