Files
kagami/example-config.json

30 lines
547 B
JSON

{
"source_hosts": {
"pvv-git": {
"type": "gitea",
"host": "git.pvv.ntnu.no",
"token": null
}
},
"sources": {
"oysteikt-repos": {
"type": "user",
"source_host": "pvv-git",
"name": "oysteikt",
"clone": true
},
"drift-repos": {
"type": "organization",
"source_host": "pvv-git",
"name": "drift",
"clone": true
},
"oysteikt-stars": {
"type": "user-stars",
"source_host": "pvv-git",
"name": "oysteikt",
"clone": true
}
}
}