We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a88a462 + 1c18346 commit 92d5261Copy full SHA for 92d5261
1 file changed
src/main/docker/CombineArchiveWeb-DockerContext.xml
@@ -26,6 +26,9 @@
26
<Parameter name="STATS_PUBLIC" value="true" override="false" />
27
<!-- Set a secret to access full stats by adding an url parameter, even if the stats are disabled. Leave blank to disable this feature -->
28
<Parameter name="STATS_SECRET" value="" override="false" />
29
+ <!-- allows to share the entire workspace history, this does not effect the UI, but enables the /share/history endpoint,
30
+ which is used by the migration PHP script. Disabled by default. -->
31
+ <Parameter name="ALLOW_SHARING_HISTORY" value="false" override="false" />
32
33
<!-- Quotas -->
34
0 commit comments