클라이언트 표현 수정 및 내부 사용자 이메일 도메인 설정 추가:
eapim-portal CI / build (push) Has been cancelled
eapim-portal Test / test (push) Has been cancelled

- "앱" -> "클라이언트"로 명칭 일괄 수정 (HTML/DTO/JS)
- 내부 사용자 이메일 도메인 동적 설정 로직 및 기본값 추가
This commit is contained in:
Rinjae
2026-08-13 12:50:50 +09:00
parent eb2cce8002
commit 7c0cd371f0
8 changed files with 129 additions and 32 deletions
+9
View File
@@ -127,6 +127,15 @@ portal:
logging:
log-path: /logs/eapim
# 내부 사용자(운영자) 판별 설정
# 로그인 계정 이메일의 호스트가 아래 도메인이면 내부 사용자로 분류한다.
# (첨부파일 형식/크기 검증 우회 등 FileService 내부 사용자 컨텍스트에 사용)
# "@" 접두사 유무·대소문자 무관
internal-user:
email-domains:
- djbank.com
- unit-test.com
auth-ttl: 300
auth:
resend_limit_seconds: 30