blob: caf8240c91373f4d319ef3a3ee4442a76c7640cc [file] [log] [blame]
efiacord73829d2021-07-16 14:49:14 +01001# ============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
20org.onap.dmaap.datarouter.provserver.http.port = 8080
efiacorbda6aea2022-12-07 10:56:27 +000021org.onap.dmaap.datarouter.provserver.https.port = 443
efiacord73829d2021-07-16 14:49:14 +010022org.onap.dmaap.datarouter.provserver.https.relaxation = true
23
efiacord73829d2021-07-16 14:49:14 +010024org.onap.dmaap.datarouter.provserver.accesslog.dir = /opt/app/datartr/logs
25org.onap.dmaap.datarouter.provserver.spooldir = /opt/app/datartr/spool
26org.onap.dmaap.datarouter.provserver.dbscripts = /opt/app/datartr/etc/misc
27org.onap.dmaap.datarouter.provserver.logretention = 30
28
efiacord73829d2021-07-16 14:49:14 +010029org.onap.dmaap.datarouter.provserver.isaddressauthenabled = false
efiacorbda6aea2022-12-07 10:56:27 +000030org.onap.dmaap.datarouter.provserver.cadi.enabled = false
31org.onap.dmaap.datarouter.provserver.tlsenabled = false
32org.onap.dmaap.datarouter.nodeserver.https.port = 8443
33org.onap.dmaap.datarouter.nodeserver.http.port = 8080
efiacord73829d2021-07-16 14:49:14 +010034
35#Localhost address config
36org.onap.dmaap.datarouter.provserver.localhost = 127.0.0.1
37
38# Database access
39org.onap.dmaap.datarouter.db.driver = org.mariadb.jdbc.Driver
40org.onap.dmaap.datarouter.db.url = jdbc:mariadb://datarouter-mariadb:3306/datarouter
41org.onap.dmaap.datarouter.db.login = datarouter
42org.onap.dmaap.datarouter.db.password = datarouter
43