[Developer] #424 use ORDS metadata datasource for handler creation

This commit is contained in:
devmrko
2026-06-25 14:42:28 +09:00
parent daa302b9e7
commit 75d4f08a20
3 changed files with 51 additions and 4 deletions

View File

@@ -33,6 +33,10 @@ backoffice:
ords:
base-url: ${BACKOFFICE_ORDS_BASE_URL:https://yh0olybn5pqce4n-d8aukro81636mon0.adb.ap-seoul-1.oraclecloudapps.com/ords}
timeout: ${BACKOFFICE_ORDS_TIMEOUT_SECONDS:10}s
metadata-db:
url: ${BACKOFFICE_ORDS_DB_URL:}
username: ${BACKOFFICE_ORDS_DB_USERNAME:}
password: ${BACKOFFICE_ORDS_DB_PASSWORD:}
ai:
enabled: ${BACKOFFICE_AI_ENABLED:false}
base-url: ${BACKOFFICE_AI_BASE_URL:}