> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# dee.export.properties

## File purpose

The **dee.export.properties** file is used to configure the DEE service
tool that is intended to perform data extractions.

## File values

<table><thead><tr><th>Key</th><th>Value</th><th>Description</th></tr></thead><tbody><tr><td>generated.files.base.dir.path</td><td>${java.io.tmpdir}</td><td>Base dir path where all the generated files will be generated. This property is needed by the Download service.</td></tr><tr><td>download.files.http.base.url</td><td>http://localhost:10010/mr-application/pivot/rest/v4/download</td><td>URL used for the Download service.</td></tr><tr><td>enhanced.drillthrough.base.dir.path</td><td>$\{generated.files.base.dir.path}/dtrepo/</td><td>Path for the generation of enhanced DT result files (server-side location).</td></tr><tr><td>enhanced.drillthrough.http.base.url</td><td>${download.files.http.base.url}/dtrepo</td><td>URL for the distribution of enhanced DT result files.</td></tr><tr><td>data.extraction.templates.base.dir.path</td><td>dee-templates</td><td>Path to retrieve the data extraction templates. Either an absolute path or relative to the classpath.</td></tr><tr><td>data.extraction.service.base.dir.path</td><td>$\{generated.files.base.dir.path}dee</td><td>Path for the generation of data extraction result files (server-side location).</td></tr><tr><td>data.extraction.service.http.base.url</td><td>\$\{download.files.http.base.url}/dee</td><td>URL for the distribution of data extraction result files.</td></tr></tbody></table>
