mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
26 lines
No EOL
606 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
} |