diff options
author | Thomas <> | 2024-04-03 09:26:23 +0200 |
---|---|---|
committer | Thomas <> | 2024-04-03 09:26:23 +0200 |
commit | 487011328411309e0be774d5e9371346a788d9ba (patch) | |
tree | d0bd7710f882426f1ee8e91535503af46fa16b9d /eaaf_core_utils/src/test/resources | |
parent | 9ecefc83ada33a3f803431a21122f6389b9c0989 (diff) | |
download | EAAF-Components-487011328411309e0be774d5e9371346a788d9ba.tar.gz EAAF-Components-487011328411309e0be774d5e9371346a788d9ba.tar.bz2 EAAF-Components-487011328411309e0be774d5e9371346a788d9ba.zip |
feat(http): support HTTP-Proxy connections on client level
Diffstat (limited to 'eaaf_core_utils/src/test/resources')
-rw-r--r-- | eaaf_core_utils/src/test/resources/data/config1.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/eaaf_core_utils/src/test/resources/data/config1.properties b/eaaf_core_utils/src/test/resources/data/config1.properties index 1bcc1fb3..ec5e45a7 100644 --- a/eaaf_core_utils/src/test/resources/data/config1.properties +++ b/eaaf_core_utils/src/test/resources/data/config1.properties @@ -9,6 +9,9 @@ client.http.connection.timeout.socket=2 client.http.connection.timeout.connection=2 client.http.connection.timeout.request=2 +client.http.connection.proxy.host=localhost +client.http.connection.proxy.port=8080 + core.pendingrequestid.maxlifetime=180 core.pendingrequestid.digist.type=passphrase core.pendingrequestid.digist.secret=pendingReqIdSecret |