diff options
author | Conor Ward <conor.ward@ericsson.com> | 2018-09-17 06:45:07 +0000 |
---|---|---|
committer | Conor Ward <conor.ward@ericsson.com> | 2018-09-17 15:17:32 +0000 |
commit | 6e41fb8a999c662d612e01b6fe30350ea5979dca (patch) | |
tree | 062d5bf681b16396200d3dbcfd56e399e50fa52b /datarouter-prov/src/main/resources | |
parent | 1298e6487340fcb1644c4a0a7e06026d156bdf8f (diff) |
Fix InternalServlet Vulenrabilities
Change-Id: I6b733b9cde0e331a1ad48833e294435179606852
Signed-off-by: Conor Ward <conor.ward@ericsson.com>
Issue-ID: DMAAP-775
Diffstat (limited to 'datarouter-prov/src/main/resources')
-rwxr-xr-x | datarouter-prov/src/main/resources/provserver.properties | 3 |
1 files changed, 3 insertions, 0 deletions
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 |