From 9067fe870230da66c8e14f830cd8c0cf8a7b531f Mon Sep 17 00:00:00 2001 From: Varun Date: Tue, 13 Oct 2020 10:38:09 +0530 Subject: [PATCH] Updated config.json --- src/config.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/config.json diff --git a/src/config.json b/src/config.json new file mode 100644 index 0000000..0b7870b --- /dev/null +++ b/src/config.json @@ -0,0 +1,22 @@ +{ + "github" : { + "username" : "", + "accesstoken" : "" + }, + "gitea" : { + "host" : "", + "accesstoken" : "", + "username" : "", + "default_userpassword" : "RY7VpBD62P7964c9$mSz%2GAM82hv68yUbHc4@Gdw8c%f^W3*qdzo$f*8a6b^rKy", + "gist" : { + "prefix" : "gist", + "surfix" : "" + } + }, + "repomap" : { }, + "gistsSource" : true, + "gistsStared" : true, + "repositoryStared" : true, + "repositorySource" : true, + "repositoryForked" : true +} \ No newline at end of file