Просмотр исходного кода

TSIT 서버 윈도우 -> 리눅스 변경 처리

card007 4 лет назад
Родитель
Сommit
b0970d76e6

+ 14 - 20
src/main/resources/config/application-tsit.yml

@@ -19,51 +19,45 @@ domain:
     admin: //tdadmin.style24.com
     style24: //tdfront.style24.com
     front: //tdfront.style24.com
-#    image: //tdimage.style24.com
-    image: //ts5000.ipdisk.co.kr:8999
-#    cdnimage: //tdimage.style24.com
-    cdnimage: //ts5000.ipdisk.co.kr:8999
+    image: //tdimage.style24.com
+    cdnimage: //tdimage.style24.com
     uximage: //tdadmin.style24.com
     scm: //tdscm.style24.com
 
 upload:
-    dext.target.path: /TSIT/servers/files/data/style24/dext
+    dext.target.path: /data/deploy/www/files/data/style24/dext
     default:
-        target.path: /TSIT/servers/files/data/style24
+        target.path: /data/deploy/www/files/data/style24
         max.size: 10
         allow.extension: jpg|gif|jpeg|png|bmp|ico|txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
-#        view: //tdimage.style24.com
-        view: //ts5000.ipdisk.co.kr:8999
+        view: //tdimage.style24.com
     goods:
-        target.path: /TSIT/servers/files/data/style24/Upload/ProductImage
+        target.path: /data/deploy/www/files/data/style24/Upload/ProductImage
         max.size: 10
         allow.extension: jpg|gif|jpeg|png
         view: //image.istyle24.com/Upload/ProductImage
     image:
-        target.path: /TSIT/servers/files/data/style24
+        target.path: /data/deploy/www/files/data/style24
         max.size: 10
         allow.extension: jpg|gif|jpeg|png
-#        view: //tdimage.style24.com
-        view: //ts5000.ipdisk.co.kr:8999
+        view: //tdimage.style24.com
     excel:
-        target.path: /TSIT/servers/files/data/style24
+        target.path: /data/deploy/www/files/data/style24
         max.size: 10
         allow.extension: xls|xlsx
-#        view: //tdimage.style24.com/excel
-        view: //ts5000.ipdisk.co.kr:8999/excel
+        view: //tdimage.style24.com/excel
     sample:
-        target.path: /WIDE/workspace/files/data/style24/sample
+        target.path: /data/deploy/www/files/data/style24/sample
         max.size: 10
         allow.extension: txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
-#        view: //tdimage.style24.com/sample
-        view: //ts5000.ipdisk.co.kr:8999/sample
+        view: //tdimage.style24.com/sample
 
 download.path: /TSIT/servers/files/data
 
 # PG
 pg:
     kcp:
-        log.dir: /WIDE/workspace/files/data/style24/logs/front
+        log.dir: /data/deploy/www/files/data/style24/logs/admin
         gw:
             url: testpaygw.kcp.co.kr
             port: 8090
@@ -104,7 +98,7 @@ shoplinker:
     customer_id : a0024007
     shoplinker_id : istyle1
     xml:
-        path: /TSIT/servers/files/data/style24/shoplinker
+        path: /data/deploy/www/files/data/style24/shoplinker
         view: http://ts5000.ipdisk.co.kr:8999/shoplinker
     url:
         option : /Product/attribute_insert.php?iteminfo_url=

+ 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="/TSIT/servers/logs/style24/admin"/>
+	<property name="LOG_HOME" value="/data/deploy/www/style/admin/logs"/>
 	<property name="LOG_LEVEL" value="INFO"/>
 	
 	<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">