summaryrefslogtreecommitdiffstats
path: root/etc/access-token.json
diff options
context:
space:
mode:
Diffstat (limited to 'etc/access-token.json')
-rwxr-xr-xetc/access-token.json5
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"
}