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 +}