Recognized System Parameters of Viewtracker
What are System Parameters?
System Parameters are properties and options loaded on startup for Confluence. They can't be changed in the Confluence Administration.
List of parameters
Since | Default Value | Effect |
---|---|---|
ViewtrackerPrivacyMode | ||
5.4.0 |
| This flag will force the Viewtracker app to not gather personal information on views and also not showing them to users. If this flag is on it cannot be changed through the Viewtracker preferences. |
How to enter System Parameters
Here is an example of the ViewtrackerPrivacyMode set in the System Properties. This syntax is valid for all other system parameters.
Please see Atlassian's Documentation to learn where to change System Parameters.
setenv.sh
[...]
CATALINA_OPTS="-DViewtrackerPrivacyMode=true ${CATALINA_OPTS}"
[...]
export CATALINA_OPTS