Parcourir la source

개발서버 설정 변경

card007 il y a 2 ans
Parent
commit
e0e46d17b5

+ 15 - 15
src/main/resources/config/application-fourj.yml

@@ -19,39 +19,39 @@ logging:
     config: classpath:log/logback-fourj.xml
 
 domain:
-    admin: //stadmin.card007.synology.me
-    front: //stfront.card007.synology.me
-    image: //stimage.card007.synology.me
-    uximage: //stimage.card007.synology.me
+    admin: //stadmin.fourj.co.kr
+    front: //stfront.fourj.co.kr
+    image: //stimage.fourj.co.kr
+    uximage: //stimage.fourj.co.kr
 
 upload:
     default:
-        target.path: /files/data/style24
+        target.path: /www/workspace/files/data/style24
         max.size: 10
         allow.extension: jpg|gif|jpeg|png|bmp|txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
-        view: //stimage.card007.synology.me
+        view: //stimage.fourj.co.kr
     goods:
-        target.path: /files/data/style24/Upload/ProductImage
+        target.path: /www/workspace/files/data/style24/Upload/ProductImage
         max.size: 10
         allow.extension: jpg|gif|jpeg|png
         view: //image.istyle24.com/Upload/ProductImage
     image:
-        target.path: /files/data/style24
+        target.path: /www/workspace/files/data/style24
         max.size: 10
         allow.extension: jpg|gif|jpeg|png
-        view: //stimage.card007.synology.me
+        view: //stimage.fourj.co.kr
     excel:
-        target.path: /files/data/style24/excel
+        target.path: /www/workspace/files/data/style24/excel
         max.size: 10
         allow.extension: xls|xlsx
-        view: //stimage.card007.synology.me/excel
+        view: //stimage.fourj.co.kr/excel
     sample:
-        target.path: /files/data/style24/sample
+        target.path: /www/workspace/files/data/style24/sample
         max.size: 10
         allow.extension: txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
-        view: //stimage.card007.synology.me/sample
+        view: //stimage.fourj.co.kr/sample
 
-download.path: /files/data
+download.path: /www/workspace/files/data/style24
 
 # USAFE 보증보험 정보
 usafe.guarantee:
@@ -62,7 +62,7 @@ usafe.guarantee:
 # PG
 pg:
     kcp:
-        log.dir: /www/workspace/style24/front/logs/
+        log.dir: /www/workspace/logs/style24/front
         gw:
             url: testpaygw.kcp.co.kr
             port: 8090

+ 15 - 15
src/main/resources/config/application-tsit.yml

@@ -19,40 +19,40 @@ logging:
     config: classpath:log/logback-tsit.xml
 
 domain:
-    admin: //tdadmin.style24.com
-    front: //tdfront.style24.com
-    image: //tdimage.style24.com
-    uximage: //tdimage.style24.com
+    admin: //tdadmin.tszon.co.kr
+    front: //tdfront.tszon.co.kr
+    image: //tdimage.tszon.co.kr
+    uximage: //tdimage.tszon.co.kr
 #    uximage: //image.istyle24.com/Style24
 
 upload:
     default:
-        target.path: /data/deploy/www/files/data/style24
+        target.path: /WIDE/workspace/files/data/style24
         max.size: 10
         allow.extension: jpg|gif|jpeg|png|bmp|txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
-        view: //tdimage.style24.com
+        view: //tdimage.tszon.co.kr
     goods:
-        target.path: /data/deploy/www/files/data/style24/Upload/ProductImage
+        target.path: /WIDE/workspace/files/data/style24/Upload/ProductImage
         max.size: 10
         allow.extension: jpg|gif|jpeg|png
         view: //image.istyle24.com/Upload/ProductImage
     image:
-        target.path: /data/deploy/www/files/data/style24
+        target.path: /WIDE/workspace/files/data/style24
         max.size: 10
         allow.extension: jpg|gif|jpeg|png
-        view: //tdimage.style24.com
+        view: //tdimage.tszon.co.kr
     excel:
-        target.path: /data/deploy/www/files/data/style24/excel
+        target.path: /WIDE/workspace/files/data/style24/excel
         max.size: 10
         allow.extension: xls|xlsx
-        view: //tdimage.style24.com/excel
+        view: //tdimage.tszon.co.kr/excel
     sample:
-        target.path: /data/deploy/www/files/data/style24/sample
+        target.path: /WIDE/workspace/files/data/style24/sample
         max.size: 10
         allow.extension: txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
-        view: //tdimage.style24.com/sample
+        view: //tdimage.tszon.co.kr/sample
 
-download.path: /data/deploy/www/files/data
+download.path: /WIDE/workspace/files/data
 
 # USAFE 보증보험 정보
 usafe.guarantee:
@@ -63,7 +63,7 @@ usafe.guarantee:
 # PG
 pg:
     kcp:
-        log.dir: /data/deploy/www/style/front/logs
+        log.dir: /WIDE/workspace/logs/style24/front
         gw:
             url: testpaygw.kcp.co.kr
             port: 8090

+ 1 - 1
src/main/resources/log/logback-fourj.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <configuration scan="true">
-	<property name="LOG_HOME" value="/www/workspace/style24/front/logs"/>
+	<property name="LOG_HOME" value="/www/workspace/logs/style24/front"/>
 	<property name="LOG_LEVEL" value="INFO"/>
 	
 	<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">

+ 1 - 1
src/main/resources/log/logback-tsit.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <configuration scan="true">
-	<property name="LOG_HOME" value="/data/deploy/www/style/front/logs"/>
+	<property name="LOG_HOME" value="/WIDE/workspace/logs/style24/front"/>
 	<property name="LOG_LEVEL" value="INFO"/>
 	
 	<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">