[DMAAP-48] Initial code import
[dmaap/datarouter.git] / datarouter-node / src / main / resources / 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 #\r
78 KeyStoreType:   jks\r
79 #\r
80 #       The path to the keystore for https\r
81 #\r
82 KeyStoreFile:/opt/app/datartr/self_signed/keystore.jks\r
83 #\r
84 #       The password for the https keystore\r
85 #\r
86 KeyStorePassword=changeit\r
87 #\r
88 #       The password for the private key in the https keystore\r
89 #\r
90 KeyPassword=changeit\r
91 #\r
92 #       The type of truststore for https\r
93 #\r
94 TrustStoreType=jks\r
95 #\r
96 #       The path to the truststore for https\r
97 #\r
98 #TrustStoreFile=/usr/lib/jvm/java-8-oracle/jre/lib/security/cacerts\r
99 TrustStoreFile=/opt/app/datartr/self_signed/cacerts.jks\r
100 #\r
101 #       The password for the https truststore\r
102 #\r
103 TrustStorePassword=changeit\r
104 #\r
105 #       The path to the file used to trigger an orderly shutdown\r
106 #\r
107 QuiesceFile=etc/SHUTDOWN\r
108 #\r
109 #       The key used to generate passwords for node to node transfers\r
110 #\r
111 NodeAuthKey=Node123!\r
112 \r