diff options
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src/test/resources/op-http.properties')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/test/resources/op-http.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/test/resources/op-http.properties b/controlloop/common/feature-controlloop-management/src/test/resources/op-http.properties new file mode 100644 index 000000000..b96c5d133 --- /dev/null +++ b/controlloop/common/feature-controlloop-management/src/test/resources/op-http.properties @@ -0,0 +1,5 @@ +http.client.services=op + +http.client.services.op.host=localhost +http.client.services.op.port=9696 +http.client.services.op.contextUriPath=policy/pdp/engine |