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