From 815f8b2babb030540d7a6ca70fd59c0b8c641338 Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 화, 15 2월 2022 09:11:33 +0900 Subject: [PATCH] - 인터넷진흥원 현장 설정에 맞게 경로 변경 --- src/main/resources/system_prod.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/system_prod.properties b/src/main/resources/system_prod.properties index 2690ef1..7c927f6 100644 --- a/src/main/resources/system_prod.properties +++ b/src/main/resources/system_prod.properties @@ -85,7 +85,7 @@ aws.access.password=eAQvouvSJJFl47h2dkMJji/6OtzsGBGF4h9Df3qH # aws s3 url # aws.s3.url=https://s3.ap-northeast-2.amazonaws.com/ -aws.s3.url=http://maprex.iptime.org:8180/ +aws.s3.url=http://192.132.247.105:8180/ # OAuth 2.0 \uC778\uC99D \uC815\uBCF4 \uC124\uC815 OAuth.google.clientId=545115864261-lumkhr0qhei643koiva5b130410s032e.apps.googleusercontent.com -- Gitblit v1.8.0