Updated config file

Added some test data
This commit is contained in:
kdeng00
2022-10-01 17:46:28 -04:00
parent 69b1a1d073
commit 4639700be1
+8 -8
View File
@@ -1,15 +1,15 @@
{
"token": "some_token",
"secret": "",
"app_id": "",
"mode": "",
"scopes": [""],
"authority_url": "",
"base_url": "",
"secret": "some secret",
"app_id": "sdf348thg348fh3f",
"mode": "token",
"scopes": ["Create", "Read"],
"authority_url": "https://some-link.com",
"base_url": "https://some-other-link.com",
"vendors": {
"simplenote": {
"username": "",
"password": ""
"username": "me",
"password": "who"
}
}
}