Skip to content

Commit 89d086d

Browse files
committed
chore: Enable soft delete in AWS task
Signed-off-by: Christopher Lepski <[email protected]>
1 parent d1b3905 commit 89d086d

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)