diff options
author | Jonathan Gathman <jonathan.gathman@att.com> | 2018-09-25 16:57:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-25 16:57:31 +0000 |
commit | 408697418b8787dd354482bbeab3ff87de68bfff (patch) | |
tree | 61e97ebd85d64319b40f496dd8676f9be7114e9d /sidecar/rproxy/src/test/resources/forward-proxy.properties | |
parent | 376b25bccbbb558791a45f9da9eeaabb48baa7bb (diff) | |
parent | 0d7feec2e32f69a8e919f06f03df3ce46e78801d (diff) |
Merge "Initial drop of rProxy code"
Diffstat (limited to 'sidecar/rproxy/src/test/resources/forward-proxy.properties')
-rw-r--r-- | sidecar/rproxy/src/test/resources/forward-proxy.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sidecar/rproxy/src/test/resources/forward-proxy.properties b/sidecar/rproxy/src/test/resources/forward-proxy.properties new file mode 100644 index 0000000..119ccbd --- /dev/null +++ b/sidecar/rproxy/src/test/resources/forward-proxy.properties @@ -0,0 +1,4 @@ +forward-proxy.protocol = https +forward-proxy.host = localhost +forward-proxy.port = 9501 +forward-proxy.cacheurl = /credential-cache
\ No newline at end of file |