add projectmap config section example

This commit is contained in:
Alan Hamlett 2016-04-19 00:50:27 +02:00
parent 3f56e9cd73
commit e50b0bd1d8
1 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,9 @@ format. An example config file looks like::
offline = true
proxy = https://user:pass@localhost:8080
timeout = 30
[projectmap]
projects/foo = new project name
^/home/user/projects/bar(\d+)/ = project{0}
Troubleshooting