diff options
author | Patrick Brady <patrick.brady@att.com> | 2020-03-26 16:14:17 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2020-03-26 16:14:53 -0700 |
commit | aa60945d2903ff60c4cdeebae76fbf569c91e444 (patch) | |
tree | 3569bf253b35703194e97ebb888caf152d3e39e0 /CdtProxyService/src/main/resources/application.properties | |
parent | 0141df20b1f533cd2acabdf7ea986aebab8d6868 (diff) |
Revert "Authentication support for cdt"
There appear to be problems with some fields saving in cdt
caused by this change.
This reverts commit 0141df20b1f533cd2acabdf7ea986aebab8d6868.
Change-Id: Iee40058de9870afdac608db7851fcfc206102822
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1854
Diffstat (limited to 'CdtProxyService/src/main/resources/application.properties')
-rw-r--r-- | CdtProxyService/src/main/resources/application.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CdtProxyService/src/main/resources/application.properties b/CdtProxyService/src/main/resources/application.properties index 3b21458..d33188a 100644 --- a/CdtProxyService/src/main/resources/application.properties +++ b/CdtProxyService/src/main/resources/application.properties @@ -13,6 +13,8 @@ Djavax.net.debug=ssl; #=========RestConf Backend properties START================== restConf.backend.hostname=localhost restConf.backend.port=8181 +restConf.username=admin +restConf.password=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U #=========RestConf Backend properties END================== #====Allowed origins====================== |