From ce506fb6505b7311a6025c2b20a1ae38709b87d8 Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 목, 13 1월 2022 18:12:53 +0900 Subject: [PATCH] - api Response 수정 --- src/main/resources/system_dev.properties | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/system_dev.properties b/src/main/resources/system_dev.properties index 6cc07e1..881e416 100644 --- a/src/main/resources/system_dev.properties +++ b/src/main/resources/system_dev.properties @@ -41,8 +41,8 @@ # email \uC124\uC815 email.host=mail.g2works.kr email.port=587 -email.userName=wyu@maprex.co.kr -email.password=1234 +email.userName=supportowl@wisestone.kr +email.password=Stone0620** email.transport.protocol=smtp email.smtp.auth=true email.smtp.starttle.enable=true @@ -72,6 +72,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