From b83b186b2ace065646ea21f08f6b2c86db291a7b Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 17 Jul 2025 14:00:04 +0300 Subject: [PATCH] Update default .env examples to enable UI Signed-off-by: Sebastian --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 1b2b2a57..6f5b7bd3 100644 --- a/.env.example +++ b/.env.example @@ -106,10 +106,10 @@ AUTH_ENCRYPTION_SECRET=my-test-salt ##################################### # Enable the visual Admin UI (true/false) -MCPGATEWAY_UI_ENABLED=false +MCPGATEWAY_UI_ENABLED=true # Enable the Admin API endpoints (true/false) -MCPGATEWAY_ADMIN_API_ENABLED=false +MCPGATEWAY_ADMIN_API_ENABLED=true ##################################### # Security and CORS