[DMAAP-DR] Remove AAF/TLS phase 1
[dmaap/datarouter.git] / csit / scripts / dmaap-datarouter / docker-compose / provserver.properties
1 # ============LICENSE_START===================================================
2 #  Copyright (C) 2019-2021 Nordix Foundation.
3 # ============================================================================
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #      http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 #
16 # SPDX-License-Identifier: Apache-2.0
17 # ============LICENSE_END=====================================================
18
19 #Jetty Server properties
20 org.onap.dmaap.datarouter.provserver.http.port           = 8080
21 org.onap.dmaap.datarouter.provserver.https.port          = 443
22 org.onap.dmaap.datarouter.provserver.https.relaxation    = true
23
24 org.onap.dmaap.datarouter.provserver.accesslog.dir       = /opt/app/datartr/logs
25 org.onap.dmaap.datarouter.provserver.spooldir            = /opt/app/datartr/spool
26 org.onap.dmaap.datarouter.provserver.dbscripts           = /opt/app/datartr/etc/misc
27 org.onap.dmaap.datarouter.provserver.logretention        = 30
28
29 org.onap.dmaap.datarouter.provserver.isaddressauthenabled = false
30 org.onap.dmaap.datarouter.provserver.cadi.enabled         = false
31 org.onap.dmaap.datarouter.provserver.tlsenabled           = false
32 org.onap.dmaap.datarouter.nodeserver.https.port           = 8443
33 org.onap.dmaap.datarouter.nodeserver.http.port            = 8080
34
35 #Localhost address config
36 org.onap.dmaap.datarouter.provserver.localhost = 127.0.0.1
37
38 # Database access
39 org.onap.dmaap.datarouter.db.driver   = org.mariadb.jdbc.Driver
40 org.onap.dmaap.datarouter.db.url      = jdbc:mariadb://datarouter-mariadb:3306/datarouter
41 org.onap.dmaap.datarouter.db.login    = datarouter
42 org.onap.dmaap.datarouter.db.password = datarouter
43