mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-26 10:49:19 +02:00
31 lines
762 B
JSON
31 lines
762 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|