[Developer] #424 style login page and env admin defaults

This commit is contained in:
devmrko
2026-06-25 10:56:58 +09:00
parent 78dae27463
commit cb0b8fce13
5 changed files with 120 additions and 2 deletions

View File

@@ -24,6 +24,8 @@ export BACKOFFICE_DB_PASSWORD="${ADB_PASSWORD}"
# export ADB_CONN="${ADB_USER}/${ADB_PASSWORD}@${ADB_TNS}"
# --- (2b) Spring Boot 백오피스 ---
export BACKOFFICE_ADMIN_USER="admin"
export BACKOFFICE_ADMIN_PASSWORD="admin"
export BACKOFFICE_ORDS_BASE_URL="https://yh0olybn5pqce4n-d8aukro81636mon0.adb.ap-seoul-1.oraclecloudapps.com/ords"
export BACKOFFICE_ORDS_TIMEOUT_SECONDS="10"