diff options
Diffstat (limited to 'etc/access-token.json')
-rwxr-xr-x | etc/access-token.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/access-token.json b/etc/access-token.json index 6fc9fbb..caae620 100755 --- a/etc/access-token.json +++ b/etc/access-token.json @@ -1,4 +1,5 @@ { - "userName" : "test123", - "password" : "Changeme_123" + "grantType" : "password", + "userName" : "tokenUser", + "value" : "Test_12345" } |