فهرست منبع

更新文件上传配置

woody 11 ماه پیش
والد
کامیت
adc416da3b

+ 2 - 2
src/main/resources/application-dev.yml

@@ -17,8 +17,8 @@ oauth:
 
 upload:
   clients:
-    - path: /home/chelvc/upload
-      domain: http://file.chelvc.com
+    - path: /home/chelvc/static
+      domain: https://test.chelvc.com/static
       channel: DEFAULT
 
 sms:

+ 2 - 2
src/main/resources/application-pre.yml

@@ -17,8 +17,8 @@ oauth:
 
 upload:
   clients:
-    - path: /home/chelvc/upload
-      domain: http://file.chelvc.com
+    - path: /home/chelvc/static
+      domain: https://test.chelvc.com/static
       channel: DEFAULT
 
 sms:

+ 2 - 2
src/main/resources/application-prod.yml

@@ -17,8 +17,8 @@ oauth:
 
 upload:
   clients:
-    - path: /home/chelvc/upload
-      domain: http://file.chelvc.com
+    - path: /home/chelvc/static
+      domain: https://test.chelvc.com/static
       channel: DEFAULT
 
 sms:

+ 2 - 2
src/main/resources/application-test.yml

@@ -17,8 +17,8 @@ oauth:
 
 upload:
   clients:
-    - path: /home/chelvc/upload
-      domain: http://file.chelvc.com
+    - path: /home/chelvc/static
+      domain: https://test.chelvc.com/static
       channel: DEFAULT
 
 sms: