All Configuration Options
Configuration property fixed at build time - All other configuration properties are overridable at runtime
Configuration property |
Type |
Default |
---|---|---|
If DevServices has been explicitly enabled or disabled. DevServices are generally enabled by default, unless there is an existing configuration present. When DevServices is enabled, Quarkus will attempt to automatically configure and start a Docling server when running in Dev or Test mode. Environment variable: |
boolean |
|
The container image name to use. Environment variable: |
string |
|
Whether or not to enable the docling UI Environment variable: |
boolean |
|
Environment variables that are passed to the container Environment variable: |
Map<String,String> |
|
The default base url of where docling is Environment variable: |
string |
required |
Timeout for Docling calls Environment variable: |
|
|
Whether the Docling client should log requests Environment variable: |
boolean |
|
Whether the Docling client should log responses Environment variable: |
boolean |
|
About the Duration format
To write duration values, use the standard You can also use a simplified format, starting with a number:
In other cases, the simplified format is translated to the
|