add projectmap config section example
This commit is contained in:
parent
3f56e9cd73
commit
e50b0bd1d8
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@ format. An example config file looks like::
|
||||||
offline = true
|
offline = true
|
||||||
proxy = https://user:pass@localhost:8080
|
proxy = https://user:pass@localhost:8080
|
||||||
timeout = 30
|
timeout = 30
|
||||||
|
[projectmap]
|
||||||
|
projects/foo = new project name
|
||||||
|
^/home/user/projects/bar(\d+)/ = project{0}
|
||||||
|
|
||||||
|
|
||||||
Troubleshooting
|
Troubleshooting
|
||||||
|
|
Loading…
Reference in a new issue