diff --git a/config-example.json b/config-example.json index f7a810c1..67445bd3 100644 --- a/config-example.json +++ b/config-example.json @@ -4,6 +4,11 @@ "SomeGitRepo" : { "url" : "https://www.github.com/YourOrganization/RepoOne.git" }, + "AnotherGitRepo" : { + "url" : "https://www.github.com/YourOrganization/RepoOne.git", + "ms-between-poll": "10000" + }, + "SomeMercurialRepo" : { "url" : "https://www.example.com/foo/hg", "vcs" : "hg"