Selaa lähdekoodia

Merge remote-tracking branch 'origin/master'

igl 6 kuukautta sitten
vanhempi
commit
d598854df8

+ 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
 
 sms:
   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
 
 sms:
   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
 
 sms:
   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
 
 sms:
   clients: