jsshin 5 лет назад
Родитель
Сommit
d8775a51ea

+ 15 - 16
src/main/resources/config/application-run.yml

@@ -27,40 +27,39 @@ spring:
 logging.config: classpath:log/logback-run.xml
 
 domain:
-    admin: //admin.wivismall.com
-    wivis: //www.wivismall.com
-    image: //image.wivismall.com/speedy_image-wivismall
-    uximage: //www.wivismall.com
+    front: //www.style24.com
+    image: //image.istyle24.com
+    uximage: //scm.style24.com
 
 upload:
-    dext.target.path: /app/was/deploy/admin/data/dext
+    dext.target.path: /usr/local/data/style24/dext
     default:
-        target.path: /app/was/deploy/admin/data
+        target.path: /usr/local/data/style24
         max.size: 10
         allow.extension: jpg|gif|jpeg|png|bmp|txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
         view: //image.wivismall.com/speedy_image-wivismall
     goods:
-        target.path: /app/was/deploy/admin/data
+        target.path: /usr/local/data/style24/productimage
         max.size: 10
         allow.extension: jpg|gif|jpeg|png
-        view: //image.wivismall.com/speedy_image-wivismall/goods
+        view: //image.istyle24.com/Upload/ProductImage
     image:
-        target.path: /app/was/deploy/admin/data
+        target.path: /usr/local/data/style24
         max.size: 10
         allow.extension: jpg|gif|jpeg|png
-        view: //image.wivismall.com/speedy_image-wivismall
+        view: //image.istyle24.com
     excel:
-        target.path: /app/was/deploy/admin/data
+        target.path: /usr/local/data/style24/excel
         max.size: 10
         allow.extension: xls|xlsx
-        view: //admin.wivismall.com/data/excel
+        view: //image.istyle24.com/excel
     sample:
-        target.path: /app/was/deploy/admin/data
+        target.path: /usr/local/data/style24/sample
         max.size: 10
         allow.extension: txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
-        view: //admin.wivismall.com/data/sample
+        view: //image.style24.com/sample
 
-download.path: /app/was/deploy/admin/data
+download.path: /usr/local/data
 
 # 사방넷 API
 sabangnet:
@@ -85,7 +84,7 @@ mail:
 # PG
 pg:
     kcp:
-        log.dir: E:/Run/Payplus
+        log.dir: /logs/style24/kcpLogs/scm
         gw:
             url: paygw.kcp.co.kr
             port: 8090

+ 0 - 3
src/main/resources/config/application-style.yml

@@ -16,11 +16,8 @@ logging:
     config: classpath:log/logback-run.xml
 
 domain:
-    admin: //bos.style24.com
-    style24: //www.style24.com
     front: //www.style24.com
     image: //image.istyle24.com
-    cdnimage: //image.istyle24.com
     uximage: //scm.style24.com
 
 upload:

+ 0 - 1
src/main/webapp/WEB-INF/views/common/fragments/variables.html

@@ -18,7 +18,6 @@
 <th:block th:fragment="variables">
 <script th:inline="javascript">
 /*<![CDATA[*/
-var _adminUrl = [[${@environment.getProperty('domain.admin')}]];
 var _frontUrl = [[${@environment.getProperty('domain.front')}]];
 var _uximgUrl = [[${@environment.getProperty('domain.uximage')}]];
 var _imgUrl = [[${@environment.getProperty('domain.image')}]];