From 33f49474569d2ec4be0fff57d86e17ce8673c992 Mon Sep 17 00:00:00 2001 From: Serene-Arc Date: Mon, 8 Mar 2021 12:32:30 +1000 Subject: [PATCH] Add default scopes to configuration file --- default_config.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default_config.cfg b/default_config.cfg index 0b1b606..f9a3f84 100644 --- a/default_config.cfg +++ b/default_config.cfg @@ -1,3 +1,4 @@ [DEFAULT] client_id = U-6gk4ZCh3IeNQ -client_secret = 7CZHY6AmKweZME5s50SfDGylaPg \ No newline at end of file +client_secret = 7CZHY6AmKweZME5s50SfDGylaPg +scopes = identity, history, read, save \ No newline at end of file