diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-09-01 12:16:59 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-09-01 12:22:30 +0530 |
commit | 499ac90df37d4cead56da0687746abbd8eaf4ef8 (patch) | |
tree | 2691dd38d5fa607eeb991460c63e80ebb2370243 /grpc/grpc-server/src/main/resources/oclip-grpc-server.properties | |
parent | 4531a24a6c85ec695210e11d302b4cfe1962d93d (diff) |
VTP: grpc server impl
Issue-ID: VNFSDK-304
Change-Id: I27c03f931d25615d6de0bb85a4c506c842b069f0
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'grpc/grpc-server/src/main/resources/oclip-grpc-server.properties')
-rw-r--r-- | grpc/grpc-server/src/main/resources/oclip-grpc-server.properties | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/grpc/grpc-server/src/main/resources/oclip-grpc-server.properties b/grpc/grpc-server/src/main/resources/oclip-grpc-server.properties new file mode 100644 index 00000000..972fdebb --- /dev/null +++ b/grpc/grpc-server/src/main/resources/oclip-grpc-server.properties @@ -0,0 +1,15 @@ +# Copyright 2018 Huawei Technologies Co., Ltd. +# +# 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. + +oclip.grpc_server_port=50051
\ No newline at end of file |