sourcebot/configs/self-hosted.json
2025-04-01 10:26:46 -07:00

26 lines
No EOL
606 B
JSON

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