From e127110b29887b09be81bedffe1be7b47b351743 Mon Sep 17 00:00:00 2001 From: Martin Spasov Date: Tue, 7 Jan 2025 15:09:17 +0000 Subject: [PATCH] Set start page env var to allow the disposer to start from particular record page. (#405) --- src/main/resources/application.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index a2e0132d..0db41362 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -33,6 +33,7 @@ stale-users: batch.size: ${DISPOSER_IDAM_USER_BATCH_SIZE:100} requests.limit: ${DISPOSER_IDAM_USER_REQUESTS_LIMIT:1000} simulation.mode: ${DISPOSER_IDAM_USER_SIMULATION_MODE:false} + idam-start-page: ${DISPOSER_IDAM_USER_START_PAGE:0} # role that citizen user must have among other, otherwise account will be left untouched mandatory-role-for-citizen: citizen citizen-roles: claimant,defendant,divorce-private-beta,cmc-private-beta,probate-private-beta