From 32d4e849b2efb44c3ef33d4fce44ef4d0124dab7 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sat, 1 Oct 2022 17:14:38 -0400 Subject: [PATCH] Adding config file --- config.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..dfb80ee --- /dev/null +++ b/config.json @@ -0,0 +1,8 @@ +{ + "token": "some_token", + "secret": "", + "app_id": "", + "scopes": [""], + "authority_url": "", + "base_url": "" +} \ No newline at end of file