Update README.md

Document GRAPHVIZ_DOT and PLANTUML_STATS variables
This commit is contained in:
arnaudroques 2017-09-26 15:38:51 +02:00 committed by GitHub
parent a6c9fb0caf
commit 39bfe4ef76
1 changed files with 7 additions and 0 deletions

View File

@ -68,6 +68,13 @@ You can set all the following variables:
* `PLANTUML_LIMIT_SIZE`
* Limits image width and height
* Default value `4096`
* `GRAPHVIZ_DOT`
* Link to 'dot' executable
* Default value `/usr/local/bin/dot` or `/usr/bin/dot`
* `PLANTUML_STATS`
* Set it to `on` to enable [statistics report](http://plantuml.com/statistics-report)
* Default value `off`
Alternate: How to build your docker image