Skip to content

Commit 92d5261

Browse files
committed
Merge branch 'master' of github.com:SemsProject/CombineArchiveWeb
2 parents a88a462 + 1c18346 commit 92d5261

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/docker/CombineArchiveWeb-DockerContext.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
<Parameter name="STATS_PUBLIC" value="true" override="false" />
2727
<!-- Set a secret to access full stats by adding an url parameter, even if the stats are disabled. Leave blank to disable this feature -->
2828
<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" />
2932

3033
<!-- Quotas -->
3134

0 commit comments

Comments
 (0)