woody 8 месяцев назад
Родитель
Сommit
4123cd3825

+ 3 - 4
src/main/resources/application-dev.yml

@@ -18,10 +18,9 @@ security:
     secret: oauth.token.secret@chelvc!@#2023
 
 upload:
-  clients:
-    - path: /home/chelvc/static
-      domain: https://test.chelvc.com/file
-      channel: DEFAULT
+  directory: /home/chelvc/static
+  domain: https://test.chelvc.com/file
+  channel: DEFAULT
 
 location:
   clients:

+ 3 - 4
src/main/resources/application-pre.yml

@@ -18,10 +18,9 @@ security:
     secret: oauth.token.secret@chelvc!@#2023
 
 upload:
-  clients:
-    - path: /home/chelvc/static
-      domain: https://test.chelvc.com/file
-      channel: DEFAULT
+  directory: /home/chelvc/static
+  domain: https://test.chelvc.com/file
+  channel: DEFAULT
 
 location:
   clients:

+ 3 - 4
src/main/resources/application-prod.yml

@@ -18,10 +18,9 @@ security:
     secret: oauth.token.secret@chelvc!@#2023
 
 upload:
-  clients:
-    - path: /home/chelvc/static
-      domain: https://test.chelvc.com/file
-      channel: DEFAULT
+  directory: /home/chelvc/static
+  domain: https://test.chelvc.com/file
+  channel: DEFAULT
 
 location:
   clients:

+ 3 - 4
src/main/resources/application-test.yml

@@ -18,10 +18,9 @@ security:
     secret: oauth.token.secret@chelvc!@#2023
 
 upload:
-  clients:
-    - path: /home/chelvc/static
-      domain: https://test.chelvc.com/file
-      channel: DEFAULT
+  directory: /home/chelvc/static
+  domain: https://test.chelvc.com/file
+  channel: DEFAULT
 
 location:
   clients: