diff options
author | Dan Timoney <dtimoney@att.com> | 2019-02-12 19:52:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-12 19:52:55 +0000 |
commit | 2a9645d2cab4041e54b401ecf60fc7949d076dfc (patch) | |
tree | acdde1bf98f4b925d27ff02ae82637cc64b2c3da /grpc-resource/provider/src/main/resources | |
parent | e6921b58cd80c4fb41dbaf11fb579a5662df17af (diff) | |
parent | ed7162521270d33da1bdc57286b23c64e23e5b0f (diff) |
Merge "Rework property file load logic for grpc & netbox"
Diffstat (limited to 'grpc-resource/provider/src/main/resources')
-rw-r--r--[-rwxr-xr-x] | grpc-resource/provider/src/main/resources/grpc.properties | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/grpc-resource/provider/src/main/resources/grpc.properties b/grpc-resource/provider/src/main/resources/grpc.properties index 2d4e795e..650910eb 100755..100644 --- a/grpc-resource/provider/src/main/resources/grpc.properties +++ b/grpc-resource/provider/src/main/resources/grpc.properties @@ -1,4 +1,5 @@ -# Copyright (C) 2019 Bell Canada +# +# 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. @@ -11,5 +12,6 @@ # 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 +org.onap.ccsdk.sli.adaptors.grpc.blueprint.processor.port=9111 |