sourcebot/configs/self-hosted.json
2024-10-17 16:31:18 -04:00

19 lines
No EOL
397 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"
]
}
]
}