Files
ax_hub_mcp_tool/dat-was-cus/src/main/resources/glow/application-glow-local.yml
jade b1e779e93a refactor: massive rename dap -> dat
- Renamed packages io.shinhanlife.dap to io.shinhanlife.dat
- Renamed modules dap-was-* and dap-gateway to dat-was-* and dat-gateway
- Renamed classes DapGateway* to DatGateway*
- Updated all references
2026-08-20 10:06:20 +09:00

21 lines
461 B
YAML

spring:
config:
activate:
on-profile: local
glow:
communication:
http:
api-list:
- name: ga-activity-status
domain: ${AXHUB_GA_ACTIVITY_STATUS_HTTP_DOMAIN:http://localhost:${server.port}}
url: ${AXHUB_GA_ACTIVITY_STATUS_HTTP_URL:/api/mock/http/crm_ga_status}
method: POST
content-type: application/json;charset=UTF-8
biz-pod: false
axhub:
mock:
http:
enabled: true