diff options
author | Thomas <> | 2022-07-01 14:56:29 +0200 |
---|---|---|
committer | Thomas <> | 2022-07-01 14:56:29 +0200 |
commit | 590404735d3ee5c4da714cf4faf7ef16d3ed35bc (patch) | |
tree | 8edd218e7cfd655470ae01f3db07c02623a71e89 /connector/src | |
parent | 8bb5373a38f43d83c041ec0739459e38eb7cc3e2 (diff) | |
download | National_eIDAS_Gateway-590404735d3ee5c4da714cf4faf7ef16d3ed35bc.tar.gz National_eIDAS_Gateway-590404735d3ee5c4da714cf4faf7ef16d3ed35bc.tar.bz2 National_eIDAS_Gateway-590404735d3ee5c4da714cf4faf7ef16d3ed35bc.zip |
feat(matching): add configuration property to define max. results for address searching
Diffstat (limited to 'connector/src')
-rw-r--r-- | connector/src/main/resources/application.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/connector/src/main/resources/application.properties b/connector/src/main/resources/application.properties index f6203805..6b6af637 100644 --- a/connector/src/main/resources/application.properties +++ b/connector/src/main/resources/application.properties @@ -106,6 +106,7 @@ eidas.ms.auth.eIDAS.szrclient.eidasbind.mds.inject=false #### matching###### eidas.ms.auth.eIDAS.matching.byaddress.enable=true +eidas.ms.auth.eIDAS.matching.byaddress.maxresults=250 # ZMR communication #eidas.ms.auth.eIDAS.zmrclient.endpoint=http://localhost:1234/demozmr |