diff options
author | 2018-08-21 11:26:24 -0400 | |
---|---|---|
committer | 2018-08-21 13:47:57 -0400 | |
commit | 45e6d606b4f6275a19ce8962ad2be9399f96ba51 (patch) | |
tree | 3cd7bfb61cbe2a0bd6fb6e8c6bcdcde2d3b663be /validation/appconfig/topics/topic-aai-data-integrity.properties | |
parent | 21b8fdf3f19bbc0e86fdf407cc528e5409b24165 (diff) |
[LOG-427] adding validation-service appconfig
Change-Id: I8652cf095c6a27a22e597a859d96822f9a3877ea
Issue-ID: LOG-427
Signed-off-by: Pierre Rioux <pierre.rioux@amdocs.com>
Diffstat (limited to 'validation/appconfig/topics/topic-aai-data-integrity.properties')
-rw-r--r-- | validation/appconfig/topics/topic-aai-data-integrity.properties | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/validation/appconfig/topics/topic-aai-data-integrity.properties b/validation/appconfig/topics/topic-aai-data-integrity.properties new file mode 100644 index 0000000..377e156 --- /dev/null +++ b/validation/appconfig/topics/topic-aai-data-integrity.properties @@ -0,0 +1,22 @@ +# ============LICENSE_START=================================================== +# Copyright (c) 2018 Amdocs +# ============================================================================ +# 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===================================================== + +aai-data-integrity.name=AAI-DATA-INTEGRITY +aai-data-integrity.host=integrity-dummy-host +aai-data-integrity.publisher.partition=integrity-dummy-partition +aai-data-integrity.username=integrity-dummy-username +aai-data-integrity.password=integrity-dummy-password +aai-data-integrity.transport.type=integrity-dummy-transport-type
\ No newline at end of file |