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", "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"
} }
} }
} }