mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-27 11:17:31 +02:00
Squad Test
This commit is contained in:
30
.copilot/skills/distributed-mesh/mesh.json.example
Normal file
30
.copilot/skills/distributed-mesh/mesh.json.example
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"squads": {
|
||||
"auth-squad": {
|
||||
"zone": "local",
|
||||
"path": "../auth-squad/.mesh"
|
||||
},
|
||||
"api-squad": {
|
||||
"zone": "local",
|
||||
"path": "../api-squad/.mesh"
|
||||
},
|
||||
"ci-squad": {
|
||||
"zone": "remote-trusted",
|
||||
"source": "git@github.com:our-org/ci-squad.git",
|
||||
"ref": "main",
|
||||
"sync_to": ".mesh/remotes/ci-squad"
|
||||
},
|
||||
"data-squad": {
|
||||
"zone": "remote-trusted",
|
||||
"source": "git@github.com:our-org/data-pipeline.git",
|
||||
"ref": "main",
|
||||
"sync_to": ".mesh/remotes/data-squad"
|
||||
},
|
||||
"partner-fraud": {
|
||||
"zone": "remote-opaque",
|
||||
"source": "https://partner.example.com/squad-contracts/fraud/SUMMARY.md",
|
||||
"sync_to": ".mesh/remotes/partner-fraud",
|
||||
"auth": "bearer"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user