main
example 30 lines 762 Bytes
Raw
1 {
2 "squads": {
3 "auth-squad": {
4 "zone": "local",
5 "path": "../auth-squad/.mesh"
6 },
7 "api-squad": {
8 "zone": "local",
9 "path": "../api-squad/.mesh"
10 },
11 "ci-squad": {
12 "zone": "remote-trusted",
13 "source": "git@github.com:our-org/ci-squad.git",
14 "ref": "main",
15 "sync_to": ".mesh/remotes/ci-squad"
16 },
17 "data-squad": {
18 "zone": "remote-trusted",
19 "source": "git@github.com:our-org/data-pipeline.git",
20 "ref": "main",
21 "sync_to": ".mesh/remotes/data-squad"
22 },
23 "partner-fraud": {
24 "zone": "remote-opaque",
25 "source": "https://partner.example.com/squad-contracts/fraud/SUMMARY.md",
26 "sync_to": ".mesh/remotes/partner-fraud",
27 "auth": "bearer"
28 }
29 }
30 }