diff options
author | Patrick Brady <pb071s@att.com> | 2018-09-12 12:35:35 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-09-12 19:36:50 +0000 |
commit | 56a117a5a70ac283cfd4824d43d256a464e07793 (patch) | |
tree | d560015392cfe6794fe294ef98505e97dadf1ff6 /CdtProxyService/src | |
parent | 9505e8651142677380f553a2bcadbeba097a2330 (diff) |
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 <pb071s@att.com>
Issue-ID: APPC-1158
Diffstat (limited to 'CdtProxyService/src')
-rw-r--r-- | CdtProxyService/src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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====================== |