summaryrefslogtreecommitdiffstats
path: root/ms/sdclistener/application/src/main/resources
diff options
context:
space:
mode:
authorSebastien Premont-Tendland <sebastien.premont@bell.ca>2020-03-09 18:34:18 -0400
committerSebastien Premont-Tendland <sebastien.premont@bell.ca>2020-03-09 18:34:18 -0400
commit55ec3c71441abda7c6058f4c2cc569c129f635ba (patch)
treee16e70ae2f23d1f0e0a554204c66de3650c53f60 /ms/sdclistener/application/src/main/resources
parent88929cf6c21023328644fc637627371733b085d8 (diff)
Added proper logging to sdc-listener MS
- Logging was not configured properly to use logback file. - Updated the sdc-distribution-client version to 1.4.0 - Changed the default username for SDC to cds from vid Issue-ID: CCSDK-2160 Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca> Change-Id: Iea89ccf10ac61f44c0ce1765db9dad13ea666510
Diffstat (limited to 'ms/sdclistener/application/src/main/resources')
-rw-r--r--ms/sdclistener/application/src/main/resources/application.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/sdclistener/application/src/main/resources/application.yaml b/ms/sdclistener/application/src/main/resources/application.yaml
index 424f0a5c0..d07d8ae61 100644
--- a/ms/sdclistener/application/src/main/resources/application.yaml
+++ b/ms/sdclistener/application/src/main/resources/application.yaml
@@ -2,7 +2,7 @@ listenerservice:
config:
asdcAddress: ${asdcAddress:localhost:8443}
messageBusAddress: ${messageBusAddress:localhost}
- user: ${sdcusername:vid}
+ user: ${sdcusername:cds}
password: ${password:Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U}
pollingInterval: ${pollingInterval:15}
pollingTimeout: ${pollingTimeout:60}