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