Updated config file

This commit is contained in:
kdeng00
2022-10-01 17:19:08 -04:00
parent 32d4e849b2
commit 69b1a1d073
+8 -1
View File
@@ -2,7 +2,14 @@
"token": "some_token",
"secret": "",
"app_id": "",
"mode": "",
"scopes": [""],
"authority_url": "",
"base_url": ""
"base_url": "",
"vendors": {
"simplenote": {
"username": "",
"password": ""
}
}
}