diff options
author | s00370346 <swarup.nayak1@huawei.com> | 2019-04-26 17:20:30 +0530 |
---|---|---|
committer | s00370346 <swarup.nayak1@huawei.com> | 2019-04-26 17:20:44 +0530 |
commit | a7df4e77c0439e0cce667982691f87a1205e0b87 (patch) | |
tree | 07a6b8089e34332f5f3706b01a7f8d69f2a4fad0 /etc/access-token.json | |
parent | f0b47d22cead551756e8d708e8dcf9628e6cc595 (diff) |
Issue-ID: DCAEGEN2-1055 BBS bugfix(SSL disable by config)1.1.0
Change-Id: I93b740b64bd470c77b028e6ae779824ddc19e5c9
Signed-off-by: s00370346 <swarup.nayak1@huawei.com>
Diffstat (limited to 'etc/access-token.json')
-rwxr-xr-x | etc/access-token.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/access-token.json b/etc/access-token.json index caae620..d99a855 100755 --- a/etc/access-token.json +++ b/etc/access-token.json @@ -1,5 +1,5 @@ { "grantType" : "password", - "userName" : "tokenUser", + "userName" : "swisscom", "value" : "Test_12345" } |