Unify DMaaP Data Router image creation
[dmaap/datarouter.git] / docker-compose / node_data / node.properties
1 #-------------------------------------------------------------------------------
2 # ============LICENSE_START==================================================
3 # * org.onap.dmaap
4 # * ===========================================================================
5 # * Copyright � 2017 AT&T Intellectual Property. All rights reserved.
6 # * Modifications Copyright (C) 2018 Nokia. All rights reserved.
7 # * ===========================================================================
8 # * Licensed under the Apache License, Version 2.0 (the "License");
9 # * you may not use this file except in compliance with the License.
10 # * You may obtain a copy of the License at
11 # *
12 #  *      http://www.apache.org/licenses/LICENSE-2.0
13 # *
14 #  * Unless required by applicable law or agreed to in writing, software
15 # * distributed under the License is distributed on an "AS IS" BASIS,
16 # * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 # * See the License for the specific language governing permissions and
18 # * limitations under the License.
19 # * ============LICENSE_END====================================================
20 # *
21 # * ECOMP is a trademark and service mark of AT&T Intellectual Property.
22 # *
23 #-------------------------------------------------------------------------------
24 #
25 #    Configuration parameters fixed at startup for the DataRouter node
26 #
27 #    URL to retrieve dynamic configuration
28 #
29 #ProvisioningURL:    ${DRTR_PROV_INTURL}
30 ProvisioningURL=https://dmaap-dr-prov:8443/internal/prov
31
32 #
33 #    URL to upload PUB/DEL/EXP logs
34 #
35 #LogUploadURL:    ${DRTR_LOG_URL}
36 LogUploadURL=https://dmaap-dr-prov:8443/internal/logs
37
38 #
39 #    The port number for http as seen within the server
40 #
41 #IntHttpPort:    ${DRTR_NODE_INTHTTPPORT:-8080}
42 IntHttpPort=8080
43 #
44 #    The port number for https as seen within the server
45 #
46 IntHttpsPort=8443
47 #
48 #    The external port number for https taking port mapping into account
49 #
50 ExtHttpsPort=443
51 #
52 #    The minimum interval between fetches of the dynamic configuration
53 #    from the provisioning server
54 #
55 MinProvFetchInterval=10000
56 #
57 #    The minimum interval between saves of the redirection data file
58 #
59 MinRedirSaveInterval=10000
60 #
61 #    The path to the directory where log files are stored
62 #
63 LogDir=/opt/app/datartr/logs
64 #
65 #    The retention interval (in days) for log files
66 #
67 LogRetention=30
68 #
69 #    The path to the directories where data and meta data files are stored
70 #
71 SpoolDir=/opt/app/datartr/spool
72 #
73 #    The path to the redirection data file
74 #
75 #RedirectionFile:    etc/redirections.dat
76 #
77 #    The type of keystore for https
78 KeyStoreType:    jks
79 #
80 #    The path to the keystore for https
81 #
82 KeyStoreFile:/opt/app/datartr/aaf_certs/org.onap.dmaap-dr.jks
83 #
84 #    The password for the https keystore
85 #
86 KeyStorePassword=4*&GD+w58RUM]01No.CYY;z6
87 #
88 #    The password for the private key in the https keystore
89 #
90 KeyPassword=4*&GD+w58RUM]01No.CYY;z6
91 #
92 #    The type of truststore for https
93 #
94 TrustStoreType=jks
95 #
96 #    The path to the truststore for https
97 #
98 #TrustStoreFile=/usr/lib/jvm/java-8-oracle/jre/lib/security/cacerts
99 TrustStoreFile=/opt/app/datartr/aaf_certs/org.onap.dmaap-dr.trust.jks
100 #
101 #    The password for the https truststore
102 #
103 TrustStorePassword=UDXlT6Iu[F)k,Htk92+B,0Xj
104 #
105 #    The path to the file used to trigger an orderly shutdown
106 #
107 QuiesceFile=etc/SHUTDOWN
108 #
109 #    The key used to generate passwords for node to node transfers
110 #
111 NodeAuthKey=Node123!
112