Introduced parameter PLANTUML_CONFIG_FILE, that allows to specify a PlantUML config file.

This commit is contained in:
Thomas Mons
2022-07-26 13:00:58 +02:00
committed by PlantUML
parent 820fcca9ac
commit cf717eff0c
2 changed files with 32 additions and 1 deletions

View File

@@ -115,6 +115,9 @@ You can set all the following variables:
* `BASE_URL`
* PlantUML Base URL path
* Default value: `ROOT`
* `PLANTUML_CONFIG_FILE`
* Local path to a PlantUML configuration file (identical to the `-config` flag on the CLI)
* Default value: `null`
* `PLANTUML_LIMIT_SIZE`
* Limits image width and height
* Default value: `4096`