Explorar el Código

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

card007 hace 4 años
padre
commit
861269f173

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

@@ -20,45 +20,39 @@ logging:
 
 domain:
     admin: //tdadmin.style24.com
-    front: //ts5000.ipdisk.co.kr
-#    image: //tdimage.style24.com
-    image: //ts5000.ipdisk.co.kr:8999
-#    uximage: //tdimage.style24.com
+    front: //tdfront.style24.com
+    image: //tdimage.style24.com
+    uximage: //tdimage.style24.com
 #    uximage: //image.istyle24.com/Style24
-    uximage: //ts5000.ipdisk.co.kr:8999
 
 upload:
     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|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/excel
+        target.path: /data/deploy/www/files/data/style24/excel
         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
+download.path: /data/deploy/www/files/data
 
 # USAFE 보증보험 정보
 usafe.guarantee:
@@ -69,7 +63,7 @@ usafe.guarantee:
 # PG
 pg:
     kcp:
-        log.dir: D:/TSIT/servers/bin/apache-tomcat/startup/style24/style24.front/kcpLogs/front
+        log.dir: /data/deploy/www/style/front/logs
         gw:
             url: testpaygw.kcp.co.kr
             port: 8090

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