aboutsummaryrefslogtreecommitdiffstats
path: root/grpc-resource/provider/src/main/resources/grpc.properties
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-02-05 16:11:23 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-05 16:11:23 +0000
commit15db72b1cc8fa31e00ed5126d51a9bd560282653 (patch)
treeb627c727a58e4791b1501327824b48fef7ae9cff /grpc-resource/provider/src/main/resources/grpc.properties
parent0c5ac559319207dca56c6b2509a7b3d7502a7e5e (diff)
parentafde732d7244f4016248cc080e63fe4e29465396 (diff)
Merge "Client for BluePrintProcessingServiceGrpc"
Diffstat (limited to 'grpc-resource/provider/src/main/resources/grpc.properties')
-rwxr-xr-xgrpc-resource/provider/src/main/resources/grpc.properties15
1 files changed, 15 insertions, 0 deletions
diff --git a/grpc-resource/provider/src/main/resources/grpc.properties b/grpc-resource/provider/src/main/resources/grpc.properties
new file mode 100755
index 00000000..2d4e795e
--- /dev/null
+++ b/grpc-resource/provider/src/main/resources/grpc.properties
@@ -0,0 +1,15 @@
+# Copyright (C) 2019 Bell Canada
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+org.onap.ccsdk.sli.adaptors.grpc.blueprint.processor.url=blueprint-processor
+org.onap.ccsdk.sli.adaptors.grpc.blueprint.processor.port=9111 \ No newline at end of file