File purpose
The dee.export.properties file is used to configure the DEE service tool that is intended to perform data extractions.File values
| Key | Value | Description |
|---|---|---|
| enhanced.drillthrough.base.dir.path | .src/test/resources/data-samples/dee-export/ | Path for the generation of enhanced DT result files (server-side location). |
| enhanced.drillthrough.http.base.url | http://localhost:9090 | URL for the distribution of enhanced DT result files. |
| data.extraction.templates.base.dir.path | ./src/test/resources/data-samples/dee-export/dee-templates | Path to retrieve the data extraction templates. Either an absolute path or relative to the classpath. |
| data.extraction.service.base.dir.path | ./src/test/resources/data-samples/dee-export/ | Path for the generation of data extraction result files (server-side location). |
| data.extraction.service.http.base.url | http://localhost:9090 | URL for the distribution of data extraction result files. |