소스 업데이트
All checks were successful
Deploy Tools / deploy (push) Successful in 1m23s

This commit is contained in:
jade
2026-09-07 11:02:05 +09:00
parent bb6cbab912
commit f80461a071

View File

@@ -169,6 +169,9 @@ public class PodScaffolder {
api-key: ${TOOL_SERVER_API_KEY:tool-server-key} api-key: ${TOOL_SERVER_API_KEY:tool-server-key}
tenant-domains: tenant-domains:
TESTER-DEV: ALL TESTER-DEV: ALL
axhub:
tool:
url: ${AXHUB_TOOL_URL:http://localhost:${server.port}}
""".formatted(portStr, moduleName, moduleName.replace("dap-", "")); """.formatted(portStr, moduleName, moduleName.replace("dap-", ""));
writeUtf8(resPath.resolve("application.yml"), applicationYml); writeUtf8(resPath.resolve("application.yml"), applicationYml);