From 69b1a1d07320db64671ee9e81266a0bd0e69144e Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sat, 1 Oct 2022 17:19:08 -0400 Subject: [PATCH] Updated config file --- config.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index dfb80ee..41057f1 100644 --- a/config.json +++ b/config.json @@ -2,7 +2,14 @@ "token": "some_token", "secret": "", "app_id": "", + "mode": "", "scopes": [""], "authority_url": "", - "base_url": "" + "base_url": "", + "vendors": { + "simplenote": { + "username": "", + "password": "" + } + } } \ No newline at end of file