2024-10-17 20:31:18 +00:00
|
|
|
{
|
2025-04-01 17:26:46 +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"
|
|
|
|
|
]
|
|
|
|
|
},
|
2025-04-01 17:26:46 +00:00
|
|
|
"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
|
|
|
},
|
2025-04-01 17:26:46 +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
|
|
|
}
|
2025-04-01 17:26:46 +00:00
|
|
|
}
|
2024-10-17 20:31:18 +00:00
|
|
|
}
|