Skip to content

Commit 7fcf2b2

Browse files
authored
Merge pull request #251 from com-pas/chore/enable-soft-delete-2
chore: Enable soft delete in AWS task
2 parents d1b3905 + 89d086d commit 7fcf2b2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

aws/task-definitions/compas-scl-data-service.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@
7878
{
7979
"name": "USERINFO_NAME_CLAIMNAME",
8080
"value": "username"
81+
},
82+
{
83+
"name": "SCL_DATA_SERVICE_SOFT_DELETE_ENABLED",
84+
"value": "true"
8185
}
8286
],
8387
"mountPoints": [],

compas/docker-compose-postgresql.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ services:
6060
- USERINFO_WHO_CLAIMNAME=name
6161
- USERINFO_SESSION_WARNING=20
6262
- USERINFO_SESSION_EXPIRES=30
63-
- SCL_DATA_SERVICE_SOFT_DELETE_ENABLED=true
6463
deploy:
6564
restart_policy:
6665
condition: on-failure

0 commit comments

Comments
 (0)