Config Created

This commit is contained in:
Varun 2020-10-12 18:48:32 +05:30
parent 52bba6d7c0
commit 0e514ebd38
No known key found for this signature in database
GPG key ID: 93FB46DCF16E0D6F

21
config.json Normal file
View file

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