@@ -26,4 +26,10 @@ logging:
batch:
partitionSize:
amsEmf: 10
- amsRmf: 10
+ amsRmf: 10
+
+server:
+ session:
+ cookie:
+ secure: false
@@ -38,6 +38,9 @@ server:
compression:
enabled: true
min-response-size: 1
+ secure: true
logging:
pattern:
@@ -65,4 +68,3 @@ batch:
amsEmf: 1500
amsRmf: 1500
-
@@ -3,8 +3,8 @@ spring:
crss-audit:
datasource:
jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=audit
- username: postgres
- password: postgres
+ username: crss
+ password: crss
driverClassName: org.postgresql.Driver
#security: