From 9ad639928e8eab9376d3c54bcc192948238276c5 Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt <code@dgerhardt.net> Date: Thu, 31 Jan 2019 11:03:33 +0100 Subject: [PATCH] Update default configuration * Update MathJax URL to use version 2.7.5 * Piwik was renamed to Matomo --- src/main/resources/arsnova.properties.example | 6 +++--- src/test/resources/arsnova.properties.example | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/arsnova.properties.example b/src/main/resources/arsnova.properties.example index 51d64b6d2..1e254305e 100644 --- a/src/main/resources/arsnova.properties.example +++ b/src/main/resources/arsnova.properties.example @@ -207,7 +207,7 @@ connector.password=test # Enable MathJax to allow the use of Math formulas written in TeX syntax in # text fields. features.mathjax.enabled=true -features.mathjax.src=//cdn.mathjax.org/mathjax/2.4-latest/MathJax.js +features.mathjax.src=//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js # The following features are considered experimental because they have not been # tested in a production environment over a longer time frame and/or their @@ -322,8 +322,8 @@ pp.session-levels.en = General Education,\ # Tracking ################################################################################ # It is possible to use an external tracking software with ARSnova. Currently -# Piwik is the only supported tracking provider. +# Matomo is the only supported tracking provider. # -tracking.provider=piwik +tracking.provider=matomo tracking.tracker-url= tracking.site-id= diff --git a/src/test/resources/arsnova.properties.example b/src/test/resources/arsnova.properties.example index 51d64b6d2..1e254305e 100644 --- a/src/test/resources/arsnova.properties.example +++ b/src/test/resources/arsnova.properties.example @@ -207,7 +207,7 @@ connector.password=test # Enable MathJax to allow the use of Math formulas written in TeX syntax in # text fields. features.mathjax.enabled=true -features.mathjax.src=//cdn.mathjax.org/mathjax/2.4-latest/MathJax.js +features.mathjax.src=//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js # The following features are considered experimental because they have not been # tested in a production environment over a longer time frame and/or their @@ -322,8 +322,8 @@ pp.session-levels.en = General Education,\ # Tracking ################################################################################ # It is possible to use an external tracking software with ARSnova. Currently -# Piwik is the only supported tracking provider. +# Matomo is the only supported tracking provider. # -tracking.provider=piwik +tracking.provider=matomo tracking.tracker-url= tracking.site-id= -- GitLab