diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-02-09 15:01:10 -0500 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-02-09 20:31:02 +0000 |
commit | ed7162521270d33da1bdc57286b23c64e23e5b0f (patch) | |
tree | 3edf0984b5478a491c57b5d3583d0717db89a629 /grpc-resource/provider/src/main/resources/grpc.properties | |
parent | 9fc8417d0f785a3fa38ed7c34d7435125f920cda (diff) |
Rework property file load logic for grpc & netbox
We first try to load from the filesystem properties folder,
if not found, then we load from the bundle itself.
Change-Id: Ib4b422b1fe18f80b2f2258f96f3739d25bd756c9
Issue-ID: CCSDK-1038
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'grpc-resource/provider/src/main/resources/grpc.properties')
-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 2d4e795e6..650910eb9 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 |