# Kernos Environment Configuration # HTTP-enabled MCP shell server using FastMCP # ============================================================================ # Server Configuration # ============================================================================ HOST={{ kernos_host | default('0.0.0.0') }} PORT={{ kernos_port }} # ============================================================================ # Logging Configuration # ============================================================================ LOG_FORMAT={{ kernos_log_format | default('json') }} LOG_LEVEL={{ kernos_log_level | default('INFO') }} ENVIRONMENT={{ kernos_environment | default('production') }} # ============================================================================ # Security Configuration # ============================================================================ # Comma-separated whitelist of allowed commands # Commands after shell operators (;, &&, ||, |) are also validated ALLOW_COMMANDS={{ kernos_allow_commands }}