From 49c8fefce5dd91528cd8761bad05e14e46db16de Mon Sep 17 00:00:00 2001 From: Rob Oxspring Date: Tue, 10 Dec 2019 21:57:49 +0000 Subject: [PATCH] Document the ALLOW_PLANTUML_INCLUDE environment variable --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 640f74b..8a0fafc 100644 --- a/README.md +++ b/README.md @@ -77,17 +77,19 @@ You can set all the following variables: * `PLANTUML_LIMIT_SIZE` * Limits image width and height - * Default value `4096` + * Default value: `4096` * `GRAPHVIZ_DOT` * 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` * Set it to `on` to enable [statistics report](http://plantuml.com/statistics-report) - * Default value `off` + * Default value: `off` * `HTTP_AUTHORIZATION` * 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 ======================================================