Ver Fonte

Merge branch '2.4.x' into sow12-iter7

Adrian Viesca há 7 anos atrás
pai
commit
9bdfc39b51
2 ficheiros alterados com 10 adições e 2 exclusões
  1. 7 1
      application-dev.yml
  2. 3 1
      application.yml

+ 7 - 1
application-dev.yml

@@ -26,4 +26,10 @@ logging:
 batch:
   partitionSize:
     amsEmf: 10
-    amsRmf: 10
+    amsRmf: 10
+
+
+server:
+  session:
+    cookie:
+      secure: false

+ 3 - 1
application.yml

@@ -38,6 +38,9 @@ server:
   compression:
     enabled: true
     min-response-size: 1
+  session:
+    cookie:
+      secure: true
 
 logging:
   pattern:
@@ -65,4 +68,3 @@ batch:
   partitionSize:
     amsEmf: 1500
     amsRmf: 1500
-