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