diff options
Diffstat (limited to 'test-config.json')
| -rw-r--r-- | test-config.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test-config.json b/test-config.json new file mode 100644 index 0000000..28dbfb9 --- /dev/null +++ b/test-config.json @@ -0,0 +1,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" +}
\ No newline at end of file |
