- build.gradle: damo-manager 의존성 scope 변경(compileOnly → implementation)
- application.yml: 로그 경로 수정(/logs/eapim → /logs/prod/eapim)
This commit is contained in:
@@ -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
|
||||
|
||||
# 내부 사용자(운영자) 판별 설정
|
||||
# 로그인 계정 이메일의 호스트가 아래 도메인이면 내부 사용자로 분류한다.
|
||||
|
||||
Reference in New Issue
Block a user