From 0e514ebd3850427aae4ca1e17c34de530d4fd56a Mon Sep 17 00:00:00 2001 From: Varun Date: Mon, 12 Oct 2020 18:48:32 +0530 Subject: [PATCH] Config Created --- config.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..d82021f --- /dev/null +++ b/config.json @@ -0,0 +1,21 @@ +{ + "github" : { + "username" : "", + "accesstoken" : "" + }, + "gitea" : { + "host" : "", + "accesstoken" : "", + "username" : "", + "gist" : { + "prefix" : "gist", + "surfix" : "" + } + }, + "repomap" : { }, + "gistsSource" : true, + "gistsStared" : true, + "repositoryStared" : true, + "repositorySource" : true, + "repositoryForked" : true +}