From 77a84ace0b0df4c717cf2df5921ce6826ac4ebd2 Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 목, 13 1월 2022 18:13:39 +0900 Subject: [PATCH] Revert "- api Response 수정" --- src/main/resources/system_dev.properties | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main/resources/system_dev.properties b/src/main/resources/system_dev.properties index 35ad9ac..881e416 100644 --- a/src/main/resources/system_dev.properties +++ b/src/main/resources/system_dev.properties @@ -39,10 +39,10 @@ mail.password= # email \uC124\uC815 -email.host=mail.g2works.kra +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