sourcebot/configs/self-hosted.json
2024-11-01 10:51:14 -07:00

26 lines
No EOL
561 B
JSON

{
"$schema": "../schemas/v2/index.json",
"repos": [
{
"type": "github",
"url": "https://github.example.com",
"orgs": [
"my-org-name"
]
},
{
"type": "gitlab",
"url": "https://gitlab.example.com",
"groups": [
"my-group"
]
},
{
"type": "gitea",
"url": "https://gitea.example.com",
"orgs": [
"my-org-name"
]
}
]
}