From 490aff099ae78fd76b5e3d6470541f8ce13286ec Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 금, 28 1월 2022 14:06:40 +0900
Subject: [PATCH] - 이메일 보내는 사람 이름 설정 가능하게 수정 - 이슈 엑셀 임포트 시 프로젝트 선택하면 상위이슈 값 초기화 - 엑셀 임포트 시 띄어쓰기 공백 제거

---
 src/main/resources/system_dev.properties |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/system_dev.properties b/src/main/resources/system_dev.properties
index 45019b4..8e517fe 100644
--- a/src/main/resources/system_dev.properties
+++ b/src/main/resources/system_dev.properties
@@ -41,6 +41,7 @@
 # email \uC124\uC815
 email.host=mail.g2works.kr
 email.port=587
+email.sender=OWL-ITS
 email.userName=supportowl@wisestone.kr
 email.password=Stone0620**
 email.transport.protocol=smtp
@@ -72,6 +73,8 @@
 # added by zenith at 20200623
 use.aws=false
 
+use.scheduler=false
+
 # upload path
 attached.file.path=/dev-upload/
 profile.file.path=/dev-profile

--
Gitblit v1.8.0