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

# mr.bookmark.properties

## File purpose

The **mr-bookmark-properties.md** file sets the URL of the content server from which to export bookmarks,
and allows the configuration of the export to a file or folder.

## File location

The file is located in the folder **mr-application\src\test\resources**

## File values

<table><thead><tr><th>Key</th><th>Value</th><th>Description</th></tr></thead><tbody><tr><td>contentServer.bookmarks.export-to-file</td><td>false</td><td>Export the contents of the content server into a file. Valid values are <code>true</code> and <code>false</code> (case-insensitive).</td></tr><tr><td>contentServer.bookmarks.export-to-folder</td><td>true</td><td>Export the contents of the content server into a folder. Valid values are <code>true</code> and <code>false</code> (case-insensitive).</td></tr><tr><td>contentServer.bookmarks.default-owners</td><td>ROLE\_ADMIN</td><td>The default owners for any bookmark</td></tr><tr><td>contentServer.bookmarks.default-readers</td><td>ROLE\_USER</td><td>The default readers for any bookmark</td></tr><tr><td>contentServer.url</td><td>[http://localhost:10010/mr-application/activeviam/content](http://localhost:10010/mr-application/activeviam/content)</td><td>The URL of the content server</td></tr><tr><td>contentServer.bookmarks.export-folder-name</td><td>mr-bookmarks</td><td>The folder name for the folder-based export</td></tr></tbody></table>
