From 437d061bef51c58520b8dcaf44b17386c1692e47 Mon Sep 17 00:00:00 2001 From: jade Date: Tue, 21 Jul 2026 13:50:54 +0900 Subject: [PATCH] feat: remove namespace prefix from dap-tool-other --- dap-tool-other/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dap-tool-other/src/main/resources/application.properties b/dap-tool-other/src/main/resources/application.properties index 3940a17..421abc3 100644 --- a/dap-tool-other/src/main/resources/application.properties +++ b/dap-tool-other/src/main/resources/application.properties @@ -7,7 +7,7 @@ spring.profiles.active=local logging.level.org.apache.kafka=ERROR # Auto Prefix Namespace -mcp.namespace=other +mcp.namespace= # API 보안 키 설정 mcp.security.tenant-domains.TESTER-DEV=ALL