diff options
author | a.sreekumar <ajith.sreekumar@est.tech> | 2019-07-05 13:00:35 +0000 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@est.tech> | 2019-07-05 13:00:35 +0000 |
commit | c5231f939d724dd59cb385d8521924a1bff19cee (patch) | |
tree | bed6d13d5986b0cd5f3b8d0fcea8b7010d951340 /models-sim/policy-models-sim-pdp/src/main/resources/config/topic.properties | |
parent | b359a4b56b4527b3215b89e7d637da9fbcb022af (diff) |
Remove topic.properties and incorporate into overall config file for pdp-simulator
Change-Id: Iac882c7ffb28a80ef474d15a90307cd68b78d417
Issue-ID: POLICY-1744
Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
Diffstat (limited to 'models-sim/policy-models-sim-pdp/src/main/resources/config/topic.properties')
-rw-r--r-- | models-sim/policy-models-sim-pdp/src/main/resources/config/topic.properties | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/models-sim/policy-models-sim-pdp/src/main/resources/config/topic.properties b/models-sim/policy-models-sim-pdp/src/main/resources/config/topic.properties deleted file mode 100644 index 0139bb38a..000000000 --- a/models-sim/policy-models-sim-pdp/src/main/resources/config/topic.properties +++ /dev/null @@ -1,22 +0,0 @@ -# ============LICENSE_START======================================================= -# Copyright (C) 2019 Nordix Foundation. -# ================================================================================ -# 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. -# -# SPDX-License-Identifier: Apache-2.0 -# ============LICENSE_END========================================================= - -dmaap.source.topics=POLICY-PDP-PAP -dmaap.sink.topics=POLICY-PDP-PAP -dmaap.source.topics.POLICY-PDP-PAP.servers= message-router:3904 -dmaap.sink.topics.POLICY-PDP-PAP.servers= message-router:3904
\ No newline at end of file |