feat: standardize glow profile configuration
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m39s

This commit is contained in:
jade
2026-08-10 09:45:13 +09:00
parent 7819b11ce3
commit dd36247bf7
15 changed files with 200 additions and 53 deletions

View File

@@ -6,6 +6,14 @@ axhub:
gateway:
url: https://axhubmcp.devjun.net
spring:
config:
activate:
on-profile: dev
import:
- classpath:glow/application-glow.yml
- classpath:glow/application-glow-dev.yml
eims:
http:
url: http://localhost:${server.port}/api/gateway
@@ -22,7 +30,3 @@ eims:
url: http://localhost:${server.port}/api/mock/esb/api
mcistring:
url: http://localhost:${server.port}/api/mock/esb/string
spring:
config:
import: optional:classpath:glow/application-glow.yml