Document the ALLOW_PLANTUML_INCLUDE environment variable
This commit is contained in:
committed by
arnaudroques
parent
de6612091c
commit
49c8fefce5
12
README.md
12
README.md
@@ -77,17 +77,19 @@ You can set all the following variables:
|
|||||||
|
|
||||||
* `PLANTUML_LIMIT_SIZE`
|
* `PLANTUML_LIMIT_SIZE`
|
||||||
* Limits image width and height
|
* Limits image width and height
|
||||||
* Default value `4096`
|
* Default value: `4096`
|
||||||
* `GRAPHVIZ_DOT`
|
* `GRAPHVIZ_DOT`
|
||||||
* Link to 'dot' executable
|
* Link to 'dot' executable
|
||||||
* Default value `/usr/local/bin/dot` or `/usr/bin/dot`
|
* Default value: `/usr/local/bin/dot` or `/usr/bin/dot`
|
||||||
* `PLANTUML_STATS`
|
* `PLANTUML_STATS`
|
||||||
* Set it to `on` to enable [statistics report](http://plantuml.com/statistics-report)
|
* Set it to `on` to enable [statistics report](http://plantuml.com/statistics-report)
|
||||||
* Default value `off`
|
* Default value: `off`
|
||||||
* `HTTP_AUTHORIZATION`
|
* `HTTP_AUTHORIZATION`
|
||||||
* when calling the `proxy` endpoint, the value of `HTTP_AUTHORIZATION` will be used to set the HTTP Authorization header
|
* when calling the `proxy` endpoint, the value of `HTTP_AUTHORIZATION` will be used to set the HTTP Authorization header
|
||||||
* Default value: null
|
* Default value: `null`
|
||||||
|
* `ALLOW_PLANTUML_INCLUDE`
|
||||||
|
* Enables `!include` processing which can read files from the server into diagrams. Files are read relative to the current working directory.
|
||||||
|
* Default value: `false`
|
||||||
|
|
||||||
Alternate: How to build your docker image
|
Alternate: How to build your docker image
|
||||||
======================================================
|
======================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user