From 8785f3c6e22571f10e43625e8c1cab8b8ce7bba1 Mon Sep 17 00:00:00 2001 From: tolag3 Date: Wed, 4 Oct 2023 10:01:18 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EC=A4=80=ED=98=B8=20=EC=A0=84?= =?UTF-8?q?=EC=9E=90=EC=A1=B0=EC=A0=95=EC=8B=9C=EC=8A=A4=ED=85=9C=20?= =?UTF-8?q?=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - ocr 서버주소 globals_properties 추가 --- .../resources/egovframework/egovProps/globals_dev.properties | 3 +++ .../egovframework/egovProps/globals_local.properties | 1 + .../resources/egovframework/egovProps/globals_svr.properties | 5 ++++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/main/resources/egovframework/egovProps/globals_dev.properties b/src/main/resources/egovframework/egovProps/globals_dev.properties index 80ecd3e5..75108ffb 100644 --- a/src/main/resources/egovframework/egovProps/globals_dev.properties +++ b/src/main/resources/egovframework/egovProps/globals_dev.properties @@ -224,3 +224,6 @@ Globals.Streamdocs.Url=http://192.168.0.176:8085/streamdocs/v4/documents #Globals.BizPpurio.siteUrl=https://dev-api.bizppurio.com #\uc2e4\uc11c\ubc84 - \uc2dc\uc5f0\uc744\uc704\ud55c\ubc18\uc601 Globals.BizPpurio.siteUrl=https://api.bizppurio.com + +#OCR\uc11c\ubc84\uc8fc\uc18c +Globals.textSense.apiUrl=http://222.231.43.29:7777 \ No newline at end of file diff --git a/src/main/resources/egovframework/egovProps/globals_local.properties b/src/main/resources/egovframework/egovProps/globals_local.properties index 23789a82..df245679 100644 --- a/src/main/resources/egovframework/egovProps/globals_local.properties +++ b/src/main/resources/egovframework/egovProps/globals_local.properties @@ -233,4 +233,5 @@ Globals.BizPpurio.siteUrl=https://dev-api.bizppurio.com #\uc2e4\uc11c\ubc84 #Globals.BizPpurio.siteUrl=https://api.bizppurio.com +#OCR\uc11c\ubc84\uc8fc\uc18c Globals.textSense.apiUrl=http://222.231.43.29:7777 diff --git a/src/main/resources/egovframework/egovProps/globals_svr.properties b/src/main/resources/egovframework/egovProps/globals_svr.properties index 39f2bfbc..bb3e263f 100644 --- a/src/main/resources/egovframework/egovProps/globals_svr.properties +++ b/src/main/resources/egovframework/egovProps/globals_svr.properties @@ -213,4 +213,7 @@ Globals.Streamdocs.Url=http://192.168.39.144:8080/streamdocs/v4/documents #\uac1c\ubc1c\uc11c\ubc84 #Globals.BizPpurio.siteUrl=https://dev-api.bizppurio.com #\uc2e4\uc11c\ubc84 -Globals.BizPpurio.siteUrl=https://api.bizppurio.com \ No newline at end of file +Globals.BizPpurio.siteUrl=https://api.bizppurio.com + +#OCR\uc11c\ubc84\uc8fc\uc18c +Globals.textSense.apiUrl=http://222.231.43.29:7777 \ No newline at end of file