From 9a77ac9debf994f7fdb1941a808636e7fe7be2b0 Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 목, 13 1월 2022 18:13:01 +0900 Subject: [PATCH] Merge branch 'master' of http://192.168.0.25:9001/r/owl-kisa --- src/main/resources/system_dev.properties | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/resources/system_dev.properties b/src/main/resources/system_dev.properties index 7648f2d..881e416 100644 --- a/src/main/resources/system_dev.properties +++ b/src/main/resources/system_dev.properties @@ -27,6 +27,8 @@ redis.host=127.0.0.1 redis.port=6379 redis.common.topic=dev-common-topic +spring.session.timeout=36000 + # License Key \uC124\uC815 owl.license.key=1234 @@ -70,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