diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-09-28 04:38:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-28 04:38:36 +0000 |
commit | 6c961a99cf5ebb10776e0a961bf2196f03835d0d (patch) | |
tree | b40f8838d4522958c1a2d09937d049558d2345be /controlloop/common/msb/src/main/resources/msb.policy.properties | |
parent | 376e47314c781fce9a2a1f3facccf9dbce80d325 (diff) | |
parent | 65500fbeb926f723336b515efabc4db07ef3d4a6 (diff) |
Merge "Use MSB for service discovery"
Diffstat (limited to 'controlloop/common/msb/src/main/resources/msb.policy.properties')
-rw-r--r-- | controlloop/common/msb/src/main/resources/msb.policy.properties | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/controlloop/common/msb/src/main/resources/msb.policy.properties b/controlloop/common/msb/src/main/resources/msb.policy.properties new file mode 100644 index 000000000..bb372ec85 --- /dev/null +++ b/controlloop/common/msb/src/main/resources/msb.policy.properties @@ -0,0 +1,22 @@ +###
+# ============LICENSE_START=======================================================
+# ONAP-PDP
+# ================================================================================
+# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+# ================================================================================
+# 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.
+# ============LICENSE_END=========================================================
+###
+
+msb.ip=127.0.0.1
+msb.port=10081
\ No newline at end of file |