Skip to content

Commit

Permalink
Set start page env var to allow the disposer to start from particular…
Browse files Browse the repository at this point in the history
… record page. (#405)
  • Loading branch information
MartinYSpasov authored Jan 7, 2025
1 parent 0ce7f81 commit e127110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e127110

Please sign in to comment.