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