summaryrefslogtreecommitdiff
path: root/gitsyncer.example.json
blob: 9116f351570caf6a99c40add3ce9ecb779618cba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "organizations": [
    {
      "host": "git@codeberg.org",
      "name": "snonux"
    },
    {
      "host": "git@github.com",
      "name": "snonux"
    }
  ],
  "repositories": [
    "gitsyncer",
    "another-repo",
    "yet-another-repo"
  ]
}