blob: 1d7a5d42d006d251ccb32d21e038cf861d537e43 [file] [log] [blame]
efiacor87e2e552019-03-25 11:40:55 +00001#-------------------------------------------------------------------------------
2# ============LICENSE_START==================================================
3# * org.onap.dmaap
4# * ===========================================================================
efiacor3d4b2a42019-10-11 17:03:25 +01005# * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
efiacor87e2e552019-03-25 11:40:55 +00006# * ===========================================================================
7# * Licensed under the Apache License, Version 2.0 (the "License");
8# * you may not use this file except in compliance with the License.
9# * You may obtain a copy of the License at
10# *
11# * http://www.apache.org/licenses/LICENSE-2.0
12# *
13# * Unless required by applicable law or agreed to in writing, software
14# * distributed under the License is distributed on an "AS IS" BASIS,
15# * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# * See the License for the specific language governing permissions and
17# * limitations under the License.
18# * ============LICENSE_END====================================================
19# *
20# * ECOMP is a trademark and service mark of AT&T Intellectual Property.
21# *
22#-------------------------------------------------------------------------------
23#
24# Configuration parameters set at startup for the DataRouter node
25#
26# URL to retrieve dynamic configuration
27ProvisioningURL = https://dmaap-dr-prov:8443/internal/prov
28#
29# URL to upload PUB/DEL/EXP logs
30LogUploadURL = https://dmaap-dr-prov:8443/internal/logs
31#
32# The port number for http as seen within the server
33IntHttpPort = 8080
34#
35# The port number for https as seen within the server
36IntHttpsPort = 8443
37#
38# The external port number for https taking port mapping into account
39ExtHttpsPort = 443
40#
41# The minimum interval between fetches of the dynamic configuration from the provisioning server
42MinProvFetchInterval = 10000
43#
44# The minimum interval between saves of the redirection data file
45MinRedirSaveInterval = 10000
46#
47# The path to the directory where log files are stored
48LogDir = /opt/app/datartr/logs
49#
50# The retention interval (in days) for log files
51LogRetention = 30
52#
53# The path to the directories where data and meta data files are stored
54SpoolDir = /opt/app/datartr/spool
55#
56# The path to the redirection data file
57RedirectionFile = etc/redirections.dat
58#
59# The type of keystore for https
efiacor3d4b2a42019-10-11 17:03:25 +010060KeyStoreType = PKCS12
efiacor87e2e552019-03-25 11:40:55 +000061#
62# The type of truststore for https
63TrustStoreType = jks
64#
efiacor87e2e552019-03-25 11:40:55 +000065# The path to the file used to trigger an orderly shutdown
66QuiesceFile = etc/SHUTDOWN
67#
68# The key used to generate passwords for node to node transfers
69NodeAuthKey = Node123!
70#
71# DR_NODE DEFAULT ENABLED TLS PROTOCOLS
72NodeHttpsProtocols = TLSv1.1|TLSv1.2
73#
74# AAF type to generate permission string
75AAFType = org.onap.dmaap-dr.feed
76#
77# AAF default instance to generate permission string - default should be legacy
78AAFInstance = legacy
79#
80# AAF action to generate permission string - default should be publish
81AAFAction = publish
82#
efiacor87e2e552019-03-25 11:40:55 +000083# AAF CADI enabled flag
84CadiEnabled = false
efiacor3d4b2a42019-10-11 17:03:25 +010085#
86# AAF Props file path
87AAFPropsFilePath = /opt/app/osaaf/local/org.onap.dmaap-dr.props