mirror of
https://github.com/varunsridharan/github-gitea-mirror.git
synced 2026-01-10 03:15:18 +08:00
21 lines
401 B
JSON
21 lines
401 B
JSON
{
|
|
"github" : {
|
|
"username" : "",
|
|
"accesstoken" : ""
|
|
},
|
|
"gitea" : {
|
|
"host" : "",
|
|
"accesstoken" : "",
|
|
"username" : "",
|
|
"gist" : {
|
|
"prefix" : "gist",
|
|
"surfix" : ""
|
|
}
|
|
},
|
|
"repomap" : { },
|
|
"gistsSource" : true,
|
|
"gistsStared" : true,
|
|
"repositoryStared" : true,
|
|
"repositorySource" : true,
|
|
"repositoryForked" : true
|
|
}
|