Updated config.json

This commit is contained in:
Varun 2020-10-13 10:38:09 +05:30
parent 455423592a
commit 9067fe8702
No known key found for this signature in database
GPG key ID: 93FB46DCF16E0D6F

22
src/config.json Normal file
View file

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