Skip to content

Commit

Permalink
Merge pull request #35312 from hmcts/SIDM-9488-preview-flags
Browse files Browse the repository at this point in the history
SIDM-9488 add notify reference feature flag to preview
  • Loading branch information
jburke-idam authored Nov 8, 2024
2 parents ac31041 + 7480c5e commit 1f948a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/idam/idam-api/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ spec:
FEATUREFLAGS_EVENTPUBLISHING_USER_ACTIVATIONS_SSO_ENABLED: true
FEATUREFLAGS_EVENTPUBLISHING_USER_UPDATE_DETAILS_SSO_ENABLED: true
FEATUREFLAGS_EVENTPUBLISHING_USER_CREATION_V2_ENABLED: true
FEATUREFLAGS_ADDEMAILTONOTIFYREFERENCE: true
SPRING_JMS_SERVICEBUS_ENABLED: false
SPRING_JMS_SERVICEBUS_CONNECTIONSTRING: Endpoint=sb://idam-servicebus-preview.servicebus.windows.net/
SPRING_JMS_SERVICEBUS_TOPICCLIENTID: 1c4f0704-a29e-403d-b719-b90c34ef14c9
Expand Down
1 change: 1 addition & 0 deletions apps/idam/idam-testing-support-api/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ spec:
CLEANUP_SESSION_BATCHSIZE: 50
CLEANUP_SESSION_LIFESPAN: 45m
SCHEDULER_SESSION_TRIGGEREXPIRYFREQUENCYMS: 600000
FEATUREFLAGS_ADDEMAILTONOTIFYREFERENCE: true

0 comments on commit 1f948a3

Please sign in to comment.