- build.gradle: damo-manager 의존성 scope 변경(compileOnly → implementation)
eapim-portal CI / build (push) Has been cancelled
eapim-portal Test / test (push) Has been cancelled

- application.yml: 로그 경로 수정(/logs/eapim → /logs/prod/eapim)
This commit is contained in:
Rinjae
2026-08-14 19:05:29 +09:00
parent 06dc148515
commit 8b4bc425ec
+1 -1
View File
@@ -119,7 +119,7 @@ portal:
allowed-extensions: pdf,doc,docx,xls,xlsx,ppt,pptx,hwp,gif,jpg,jpeg,png
logging:
log-path: /logs/eapim
log-path: /logs/prod/eapim
# 내부 사용자(운영자) 판별 설정
# 로그인 계정 이메일의 호스트가 아래 도메인이면 내부 사용자로 분류한다.