From: Patrick Brady Date: Wed, 12 Sep 2018 19:35:35 +0000 (-0700) Subject: Update password for new odl version X-Git-Tag: 1.4.0~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=56a117a5a70ac283cfd4824d43d256a464e07793;p=appc%2Fcdt.git Update password for new odl version Update the password in the cdt proxy service so it can connect to rest on the new odl version. Change-Id: I5fdc4ecf76246c62b006675bbbd31d565cf54ae4 Signed-off-by: Patrick Brady Issue-ID: APPC-1158 --- diff --git a/CdtProxyService/src/main/resources/application.properties b/CdtProxyService/src/main/resources/application.properties index d312a8d..e8ce0d0 100644 --- a/CdtProxyService/src/main/resources/application.properties +++ b/CdtProxyService/src/main/resources/application.properties @@ -9,7 +9,7 @@ Djavax.net.debug=ssl; restConf.backend.hostname=localhost restConf.backend.port=8181 restConf.username=admin -restConf.password=admin +restConf.password=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U #=========RestConf Backend properties END================== #====Allowed origins======================