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.
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\resourcesFile values
| Key | Value | Description |
|---|---|---|
| contentServer.bookmarks.export-to-file | false | Export the contents of the content server into a file. Valid values are true and false (case-insensitive). |
| contentServer.bookmarks.export-to-folder | true | Export the contents of the content server into a folder. Valid values are true and false (case-insensitive). |
| contentServer.bookmarks.default-owners | ROLE_ADMIN | The default owners for any bookmark |
| contentServer.bookmarks.default-readers | ROLE_USER | The default readers for any bookmark |
| contentServer.url | http://localhost:10010/mr-application/activeviam/content | The URL of the content server |
| contentServer.bookmarks.export-folder-name | mr-bookmarks | The folder name for the folder-based export |