> ## 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>enhanced.drillthrough.base.dir.path</td><td><code>.src/test/resources/data-samples/dee-export/</code></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><code>[http://localhost:9090](http://localhost:9090)</code></td><td>URL for the distribution of enhanced DT result files.</td></tr><tr><td>data.extraction.templates.base.dir.path</td><td><code>./src/test/resources/data-samples/dee-export/dee-templates</code></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><code>./src/test/resources/data-samples/dee-export/</code></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><code>[http://localhost:9090](http://localhost:9090)</code></td><td>URL for the distribution of data extraction result files.</td></tr></tbody></table>
