Skip to content

Commit

Permalink
added ALLOW_SHARING_HISTORY to docker default context
Browse files Browse the repository at this point in the history
  • Loading branch information
binfalse committed Jan 20, 2017
1 parent e6b8956 commit 1c18346
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/docker/CombineArchiveWeb-DockerContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
<Parameter name="STATS_PUBLIC" value="true" override="false" />
<!-- Set a secret to access full stats by adding an url parameter, even if the stats are disabled. Leave blank to disable this feature -->
<Parameter name="STATS_SECRET" value="" override="false" />
<!-- allows to share the entire workspace history, this does not effect the UI, but enables the /share/history endpoint,
which is used by the migration PHP script. Disabled by default. -->
<Parameter name="ALLOW_SHARING_HISTORY" value="false" override="false" />

<!-- Quotas -->

Expand Down

0 comments on commit 1c18346

Please sign in to comment.