diff options
author | Brinda Santh <bs2796@att.com> | 2019-11-07 19:06:19 -0500 |
---|---|---|
committer | Brinda Santh <bs2796@att.com> | 2019-11-07 19:06:19 -0500 |
commit | 54eb2f2680d4f2447a4d48b612b2b83e37d90754 (patch) | |
tree | eea65536d255551a73e4ae368e6be8614281c5b4 /ms/blueprintsprocessor/application/src/main/resources/application-dev.properties | |
parent | 6036cedf9984e8b22f15e25595c57026de9d690c (diff) |
Add rest client invocation log tracing.
Issue-ID: CCSDK-1046
Signed-off-by: Brinda Santh <bs2796@att.com>
Change-Id: Ie44a1b2628132aa44bc923a4d622544db03b46b0
Diffstat (limited to 'ms/blueprintsprocessor/application/src/main/resources/application-dev.properties')
-rwxr-xr-x | ms/blueprintsprocessor/application/src/main/resources/application-dev.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/blueprintsprocessor/application/src/main/resources/application-dev.properties b/ms/blueprintsprocessor/application/src/main/resources/application-dev.properties index faabb80e7..485b0bfee 100755 --- a/ms/blueprintsprocessor/application/src/main/resources/application-dev.properties +++ b/ms/blueprintsprocessor/application/src/main/resources/application-dev.properties @@ -24,8 +24,8 @@ # Web server config server.port=8081 # Used in Health Check -endpoints.user.name=ccsdkapps -endpoints.user.password=ccsdkapps +security.user.password: {bcrypt}$2a$10$duaUzVUVW0YPQCSIbGEkQOXwafZGwQ/b32/Ys4R1iwSSawFgz7QNu +security.user.name: ccsdkapps ### START -Controller Blueprints Properties # Load Resource Source Mappings |