refactor: migrate all properties files to yaml
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 0s

This commit is contained in:
jade
2026-07-22 14:57:44 +09:00
parent 8d4e8fd976
commit c18efe251e
250 changed files with 879 additions and 638 deletions

View File

@@ -0,0 +1,58 @@
spring:
application:
name: dap-admin
profiles:
active: local
sql:
init:
mode: always
lifecycle:
timeout-per-shutdown-phase: 20s
ai:
openai:
api-key: AQ.Ab8RN6KFZggsQf8iooY1v_3h3vp2TIjiYB54dV4Yay3vVKEMtg
base-url: https://generativelanguage.googleapis.com/v1beta/openai/
chat:
options:
model: gemini-flash-latest
temperature: 0.3
server:
port: 8081
http2:
enabled: true
shutdown: graceful
mcp:
gateway:
fallback:
default-url: http://tool-other:8084
routes:
sms: http://tool-sms:8082
email: http://tool-email:8083
payment: http://tool-payment:8085
hr: http://tool-hr:8086
agent-claims-required: false
trusted-claims-required: false
write-approval-required: false
default-page-size: 100
max-page-size: 500
max-pages-per-call: 3
max-stream-bytes: 1048576
max-response-bytes-from-tool: 5242880
tool-registry-sync-interval-millis: 5000
security:
tenant-domains:
TESTER-DEV: ALL
system: ALL
mybatis:
mapper-locations: classpath:mapper/**/*.xml
type-aliases-package: ""
configuration:
map-underscore-to-camel-case: true
logging:
level:
com.corundumstudio.socketio: DEBUG
org.apache.kafka: ERROR