diff options
Diffstat (limited to 'CdtProxyService/src/main/resources')
-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====================== |