diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-08-30 13:36:20 +0200 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-08-30 13:36:20 +0200 |
commit | c048d2ee787197b963dc1e8fa9297cf1cd3a4307 (patch) | |
tree | da6e35c3876c2c6b0cb7a42ae00bfef29a2525a6 /src/test/resources/config | |
parent | fce637395dc821611f33b54aeaefa26e0b2c4175 (diff) | |
download | moa-zs-c048d2ee787197b963dc1e8fa9297cf1cd3a4307.tar.gz moa-zs-c048d2ee787197b963dc1e8fa9297cf1cd3a4307.tar.bz2 moa-zs-c048d2ee787197b963dc1e8fa9297cf1cd3a4307.zip |
Fix Tnvz Typo
- sed 's/tvnz/tnvz/'
Diffstat (limited to 'src/test/resources/config')
-rw-r--r-- | src/test/resources/config/application.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/resources/config/application.yaml b/src/test/resources/config/application.yaml index dae261a..f8e360e 100644 --- a/src/test/resources/config/application.yaml +++ b/src/test/resources/config/application.yaml @@ -71,14 +71,14 @@ delivery-request-configuration-profiles: # Mandatory # If true, MOA ZS asks the tnvz service if the receiver is - # addressable. Requires setting up the tvnz-client. + # addressable. Requires setting up the tnvz-client. perform-query-person-request: false # Mandatory (if perform-query-person-request is true) - # Parameters for the connection to tvnz. Specify url, + # Parameters for the connection to tnvz. Specify url, # connection-timeout, receive-timeout and ssl here. See msg-client # for an exhaustive description of all parameters. - tvnz-client: + tnvz-client: # Mandatory url: http://localhost:8082/tnvz/ |