summaryrefslogtreecommitdiff
path: root/test-config.json
blob: 28dbfb995c307fdcb9991f2ac6770c599c0d5523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "organizations": [
    {
      "host": "github.com",
      "name": "test-org",
      "github_token": "test-token"
    },
    {
      "host": "codeberg.org",
      "name": "test-org",
      "codeberg_token": "test-token"
    }
  ],
  "repositories": ["test-repo"],
  "work_dir": "/tmp/gitsyncer-test"
}