update link to upper-constraints.txt
[dmaap/datarouter.git] / datarouter-node / src / main / resources / node.properties
1 #-------------------------------------------------------------------------------
2 # ============LICENSE_START==================================================
3 # * org.onap.dmaap
4 # * ===========================================================================
5 # * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
6 # * ===========================================================================
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
27 ProvisioningURL = http://dmaap-dr-prov/internal/prov
28 #
29 #    URL to upload PUB/DEL/EXP logs
30 LogUploadURL = http://dmaap-dr-prov/internal/logs
31 #
32 #    The port number for http as seen within the server
33 IntHttpPort = 8080
34 #
35 #    The port number for https as seen within the server
36 IntHttpsPort = 8080
37 #
38 #    The external port number for https taking port mapping into account
39 ExtHttpsPort = 443
40 #
41 #    The minimum interval between fetches of the dynamic configuration from the provisioning server
42 MinProvFetchInterval = 10000
43 #
44 #    The minimum interval between saves of the redirection data file
45 MinRedirSaveInterval = 10000
46 #
47 #    The path to the directory where log files are stored
48 LogDir = /opt/app/datartr/logs
49 #
50 #    The retention interval (in days) for log files
51 LogRetention = 30
52 #
53 #    The path to the directories where data and meta data files are stored
54 SpoolDir = /opt/app/datartr/spool
55 #
56 #    The path to the redirection data file
57 RedirectionFile = etc/redirections.dat
58 #
59 #    https security required for publish request
60 TlsEnabled = false
61 #
62 #    Enabled TLS protocols
63 NodeHttpsProtocols = TLSv1.1|TLSv1.2
64 #
65 #    The type of keystore for https
66 KeyStoreType = PKCS12
67 #
68 #    The path to your KeyStoreFile
69 KeyStorePath = /opt/app/datartr/certs/org.onap.dmaap-dr-node.p12
70 #
71 #    The key store password
72 KeyStorePass = changeit
73 #
74 #    The key manager password
75 KeyManagerPass = changeit
76 #
77 #    The type of truststore for https
78 TrustStoreType = jks
79 #
80 #    The path to your trust store
81 TrustStorePath = /opt/app/datartr/certs/truststore.jks
82 #
83 #    The trust store password
84 TrustStorePass = changeit
85 #
86 #    The path to the file used to trigger an orderly shutdown
87 QuiesceFile = etc/SHUTDOWN
88 #
89 #    The key used to generate passwords for node to node transfers
90 NodeAuthKey = Node123!