> ## 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.

# Application properties

## Overview

These are the properties used to configure the mr-application module.

## Module properties

<table><thead><tr><th>Key</th><th>Description</th><th>Default value</th></tr></thead><tbody><tr><td>mr.application.content-server.bookmark.default-owners</td><td>The default owners for any bookmark.</td><td>ROLE\_ADMIN</td></tr><tr><td>mr.application.content-server.bookmark.default-readers</td><td>The default readers for any bookmark.</td><td>ROLE\_USER</td></tr><tr><td>mr.application.content-server.db</td><td>Hibernate properties to connect to a locally running content server.</td><td /></tr><tr><td>mr.application.content-server.factory-reset.filename</td><td>Filename of the release version of the content server contents.</td><td>mr-content-server.json</td></tr><tr><td>mr.application.content-server.factory-reset.folder-name</td><td>The folder containing the release version of the content server contents.</td><td>mr-bookmarks</td></tr><tr><td>mr.application.content-server.prefix</td><td>The value here is the URL of the content server as executed with Jetty in Eclipse. You should change this value accordingly to your content server.</td><td>mra</td></tr><tr><td>mr.application.content-server.remote-api-uri</td><td>The URI of the content server used by RemoteContentServiceConfig. NOTE: The value here is the URL of the content server as executed with Jetty in Eclipse. You should change this value accordingly to your content server.</td><td>[http://localhost:9093/content](http://localhost:9093/content)</td></tr><tr><td>mr.application.content-server.reset</td><td>Reset the contents of the content server to those provided in the Atoti Market Risk release. “True” defaults to the file-based implementation. NOTE: Development only, turn this off in production. Accepted values: “FALSE”, “TRUE”, “FILE”, “FOLDER”</td><td>folder</td></tr><tr><td>mr.application.content-server.security.cache-entitlements-t-t-l</td><td>The time to live (in seconds) of the entitlement cache.</td><td>3600</td></tr><tr><td>mr.application.content-server.security.calculated-member-role</td><td>The role users must have to create calculated members in the content server.</td><td>ROLE\_USER</td></tr><tr><td>mr.application.content-server.security.kpi-role</td><td>The role users must have to create KPIs in the content server.</td><td>ROLE\_USER</td></tr><tr><td>mr.application.rebuild.initial-delay</td><td>The delay (in minutes) between the application start up and the first rebuild of the Atoti schemas.</td><td>1440</td></tr><tr><td>mr.application.rebuild.interval</td><td>After the first rebuild of the Atoti schemas (determined by the initial-delay), this is the interval (in minutes) between ensuing rebuilds.</td><td>1440</td></tr><tr><td>mr.open-telemetry.logging-span-exporter-enabled</td><td>Set to true to enable the SpanProcessor with LoggingSpanExporter.</td><td>false</td></tr><tr><td>mr.open-telemetry.zipkin-span-exporter-url</td><td>Set the zipkin end point to which the traces should be sent.</td><td>[http://localhost:9411/api/v2/spans](http://localhost:9411/api/v2/spans)</td></tr><tr><td>mr.sign-off.date-hierarchies</td><td>Property for the date level to use when filtering exports.\n<em>Key: the cube name\n</em>Value: a string describing the date level with the pattern “Level\@Hierarchy\@Dimension”.\nSetting the cube name as “DEFAULT” applies this configuration to any cube name not explicitly configured.\nConfiguration options are case-sensitive.</td><td /></tr><tr><td>mr.sign-off.export-filenames-mdx-template</td><td>Property for the filename of the template to be used for MDX queries.</td><td>MDXTemplate.vm</td></tr><tr><td>mr.sign-off.extraction-templates-scalar</td><td>Extraction templates used for sign-off when scalar sensitivities are enabled.\n<em>Key: an arbitrary identifier for the ExportFilenamesMdxTemplate\n</em>Value: the ExportFilenamesMdxTemplate</td><td /></tr><tr><td>mr.sign-off.task-levels</td><td>Sign-off task level used to filter the sign-off filters\n<em>Key: the cube name \n</em>Value: a string describing the level with the pattern “Level\@Hierarchy\@Dimension”.\nSetting the cube name as “DEFAULT” applies this configuration to any cube name not explicitly configured.\nConfiguration options are case-sensitive.</td><td /></tr><tr><td>mr.whatif.file-upload.data.disable</td><td>Disable the file upload service</td><td>false</td></tr><tr><td>mr.whatif.file-upload.data.stage</td><td>Relative file path to the root directory for what-if file upload. This is a path relative to the input path.</td><td>stage</td></tr><tr><td>mr.whatif.file-upload.data.upload-source</td><td>DLC source that will be used to perform the load operation, all the file operations must occur below the root folder of this source.</td><td>local-csv-source</td></tr><tr><td>mr.whatif.file-upload.data.whatif</td><td>Relative file path to the staging directory for what-if file upload. This is a path relative to the input path.</td><td>what-if</td></tr></tbody></table>
