fix: disable auto namespace prefix in PodScaffolder
This commit is contained in:
@@ -135,12 +135,12 @@ public class PodScaffolder {
|
|||||||
# Suppress Kafka Connection Logs
|
# Suppress Kafka Connection Logs
|
||||||
logging.level.org.apache.kafka=ERROR
|
logging.level.org.apache.kafka=ERROR
|
||||||
|
|
||||||
# Auto Prefix Namespace
|
# Auto Prefix Namespace (Disabled by default)
|
||||||
mcp.namespace=%s
|
mcp.namespace=
|
||||||
|
|
||||||
# API 보안 키 설정
|
# API 보안 키 설정
|
||||||
mcp.security.tenant-domains.TESTER-DEV=ALL
|
mcp.security.tenant-domains.TESTER-DEV=ALL
|
||||||
""".formatted(portStr, moduleName, shortName);
|
""".formatted(portStr, moduleName);
|
||||||
Files.writeString(resPath.resolve("application.properties"), applicationProperties);
|
Files.writeString(resPath.resolve("application.properties"), applicationProperties);
|
||||||
|
|
||||||
String applicationLocalProperties = """
|
String applicationLocalProperties = """
|
||||||
|
|||||||
Reference in New Issue
Block a user