Skip to content

Commit

Permalink
Add url-patterns to config-example.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Norton committed Mar 3, 2015
1 parent f66cb5f commit c3d68f0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,19 @@
"url" : "https://www.github.com/YourOrganization/RepoOne.git",
"ms-between-poll": 10000
},

"SomeMercurialRepo" : {
"url" : "https://www.example.com/foo/hg",
"vcs" : "hg"
},
"LocalFolder" : {
"url" : "file:///absolute/path/to/directory"
},
"RepoWithCustomUrls" : {
"url" : "https://github.com/username/Foo.git",
"url-pattern" : {
"base-url" : "{url}/files/{path}{anchor}",
"anchor" : "#line={line}"
}
}
}
}

0 comments on commit c3d68f0

Please sign in to comment.