All Configuration Options
Configuration property fixed at build time - All other configuration properties are overridable at runtime
Configuration property |
Type |
Default |
|---|---|---|
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> |
|
Specifies the maximum duration to wait for the container to fully start up. This value determines the timeout period for the startup process, ensuring that the container is operational within a defined timeframe. Default Value: Environment variable: |
|
|
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 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
|