sourcebot/configs/self-hosted.json

26 lines
606 B
JSON
Raw Permalink Normal View History

2024-10-17 20:31:18 +00:00
{
"$schema": "../schemas/v3/index.json",
"connections": {
"example-1": {
2024-10-17 20:31:18 +00:00
"type": "github",
"url": "https://github.example.com",
"orgs": [
"my-org-name"
]
},
"example-2": {
2024-10-17 20:31:18 +00:00
"type": "gitlab",
"url": "https://gitlab.example.com",
"groups": [
"my-group"
]
2024-11-01 17:51:14 +00:00
},
"example-3": {
2024-11-01 17:51:14 +00:00
"type": "gitea",
"url": "https://gitea.example.com",
"orgs": [
"my-org-name"
]
2024-10-17 20:31:18 +00:00
}
}
2024-10-17 20:31:18 +00:00
}