Updated config file
Added some test data
This commit is contained in:
+8
-8
@@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"token": "some_token",
|
"token": "some_token",
|
||||||
"secret": "",
|
"secret": "some secret",
|
||||||
"app_id": "",
|
"app_id": "sdf348thg348fh3f",
|
||||||
"mode": "",
|
"mode": "token",
|
||||||
"scopes": [""],
|
"scopes": ["Create", "Read"],
|
||||||
"authority_url": "",
|
"authority_url": "https://some-link.com",
|
||||||
"base_url": "",
|
"base_url": "https://some-other-link.com",
|
||||||
"vendors": {
|
"vendors": {
|
||||||
"simplenote": {
|
"simplenote": {
|
||||||
"username": "",
|
"username": "me",
|
||||||
"password": ""
|
"password": "who"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user