From 6e41fb8a999c662d612e01b6fe30350ea5979dca Mon Sep 17 00:00:00 2001 From: Conor Ward Date: Mon, 17 Sep 2018 06:45:07 +0000 Subject: Fix InternalServlet Vulenrabilities Change-Id: I6b733b9cde0e331a1ad48833e294435179606852 Signed-off-by: Conor Ward Issue-ID: DMAAP-775 --- datarouter-prov/src/main/resources/provserver.properties | 3 +++ 1 file changed, 3 insertions(+) (limited to 'datarouter-prov/src/main/resources/provserver.properties') diff --git a/datarouter-prov/src/main/resources/provserver.properties b/datarouter-prov/src/main/resources/provserver.properties index 744bc9ce..84218b9f 100755 --- a/datarouter-prov/src/main/resources/provserver.properties +++ b/datarouter-prov/src/main/resources/provserver.properties @@ -42,6 +42,9 @@ org.onap.dmaap.datarouter.provserver.logretention = 30 # relaxation to accommodate OOM kubernetes deploy org.onap.dmaap.datarouter.provserver.isaddressauthenabled = false +#Localhost address config +org.onap.dmaap.datarouter.provserver.localhost = 127.0.0.1 + # Database access org.onap.dmaap.datarouter.db.driver = org.mariadb.jdbc.Driver org.onap.dmaap.datarouter.db.url = jdbc:mariadb://172.100.0.2:3306/datarouter -- cgit 1.2.3-korg