Files missing License text
[dmaap/buscontroller.git] / misc / dmaapbc.properties.tmpl
index ce24bb4..414771b 100644 (file)
@@ -1,9 +1,31 @@
 cat <<!EOF
 #
+# ============LICENSE_START==========================================
+# org.onap.dmaap
+# ===================================================================
+# Copyright © 2018 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#        http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ============LICENSE_END============================================
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+#
+#
+#
 #      Configuration parameters fixed at startup for the DMaaP Bus Controller
 #
 # CSIT TESTING
 csit: ${DMAAPBC_CSIT:-No}
+
 #
 #      URI to retrieve dynamic DR configuration
 #
@@ -20,7 +42,7 @@ IntHttpPort:  ${DMAAPBC_INT_HTTP_PORT:-8080}
 #      The port number for https as seen within the server
 #   Set to 0 if no certificate is available yet...
 #
-IntHttpsPort:  ${DMAAPBC_INT_HTTPS_PORT:-0}
+IntHttpsPort:  ${DMAAPBC_INT_HTTPS_PORT:-8443}
 #
 #      The external port number for https taking port mapping into account
 #
@@ -36,11 +58,11 @@ KeyStoreFile:       ${DMAAPBC_KSTOREFILE:-etc/keystore}
 #
 #      The password for the https keystore
 #
-KeyStorePassword:      ${DMAAPBC_KSTOREPASS:-changeit}
+KeyStorePassword:      ${DMAAPBC_KSTOREPASS:-Demolition Artist Floating}
 #
 #      The password for the private key in the https keystore
 #
-KeyPassword:   ${DMAAPBC_PVTKEYPASS:-changeit}
+KeyPassword:   ${DMAAPBC_PVTKEYPASS:-Demolition Artist Floating}
 #
 #      The type of truststore for https
 #
@@ -86,6 +108,9 @@ Feed.deleteHandling: ${DMAAPBC_FEED_DELETE:-DeleteOnDR}
 ################################################################################
 # MR Related Properties:
 #
+# ONAP Beijing is a single site deployment.
+MR.multisite:  false
+#
 #   Value of the CNAME DNS entry which resolves to the primary central MR cluster (when there are more than one central clusters).
 #   if there is only one MR cluster in an environment, set this to the DNS name for that cluster
 #