Allow file locks to be debug logged for sunet test
This commit is contained in:
parent
ef7c470244
commit
ca2cf7e3f2
|
@ -35,6 +35,9 @@ $CONFIG = array (
|
||||||
'drive_email_template_text_left' => '<%= @drive_email_template_text_left %>',
|
'drive_email_template_text_left' => '<%= @drive_email_template_text_left %>',
|
||||||
'drive_email_template_plain_text_left' => '<%= @drive_email_template_plain_text_left %>',
|
'drive_email_template_plain_text_left' => '<%= @drive_email_template_plain_text_left %>',
|
||||||
'drive_email_template_url_left' => '<%= @drive_email_template_url_left %>',
|
'drive_email_template_url_left' => '<%= @drive_email_template_url_left %>',
|
||||||
|
<% if @location == 'sunet-test' -%>
|
||||||
|
'filelocking.debug' => true,
|
||||||
|
<% end -%>
|
||||||
'forcessl' => true,
|
'forcessl' => true,
|
||||||
'gs.enabled' => '<%= @gs_enabled %>',
|
'gs.enabled' => '<%= @gs_enabled %>',
|
||||||
'gs.federation' => '<%= @gs_federation %>',
|
'gs.federation' => '<%= @gs_federation %>',
|
||||||
|
|
Loading…
Reference in a new issue