Skip to content

Commit

Permalink
[CCAP-483] Add feature flag (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
enyia21 authored Nov 18, 2024
1 parent 1610963 commit 568d053
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ management:
include: '*'
il-gcc:
show-no-provider-flow: ${SHOW_NO_PROVIDER_FLOW:false}
allow-provider-registration-flow: ${ALLOW-PROVIDER-REGISTRATION-FLOW:false}
dts:
processing-org: '4c-ccap-apps'
1 change: 1 addition & 0 deletions src/main/resources/application-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ management:
include: '*'
il-gcc:
show-no-provider-flow: ${SHOW_NO_PROVIDER_FLOW:true}
allow-provider-registration-flow: ${ALLOW-PROVIDER-REGISTRATION-FLOW:true}
dts:
processing-org: '4c-ccap-apps-testing'
1 change: 1 addition & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ il-gcc:
generate-short-links: ${GENERATE_SHORT_LINKS_FLAG:false}
validate-provider-id: ${VALIDATE_PROVIDER_ID_FLAG:true}
show-no-provider-flow: ${SHOW_NO_PROVIDER_FLOW:true}
allow-provider-registration-flow: ${ALLOW-PROVIDER-REGISTRATION-FLOW:true}
dts:
url: ${DOCUMENT_TRANSFER_SERVICE_URL}
consumer-id: ${DOCUMENT_TRANSFER_SERVICE_CONSUMER_ID}
Expand Down

0 comments on commit 568d053

Please sign in to comment.