From 4639700be15b80bad05abc639354b20f810dfc6d Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sat, 1 Oct 2022 17:46:28 -0400 Subject: [PATCH] Updated config file Added some test data --- config.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config.json b/config.json index 41057f1..3cc8956 100644 --- a/config.json +++ b/config.json @@ -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" } } } \ No newline at end of file