[ARVADOS] updated: d929be450d1886ac04d7c2c98cd16eb44f468413

git at public.curoverse.com git at public.curoverse.com
Mon Aug 17 16:50:48 EDT 2015


Summary of changes:
 docker/workbench/application.yml.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  d929be450d1886ac04d7c2c98cd16eb44f468413 (commit)
      from  73aca60f271fb8217204e7659e45889b4678f33c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit d929be450d1886ac04d7c2c98cd16eb44f468413
Author: Brett Smith <brett at curoverse.com>
Date:   Mon Aug 17 16:50:43 2015 -0400

    6998: Set force_ssl: false in Workbench Docker image.
    
    This better matches the existing Docker image configuration, which
    currently does not serve HTTPS at all.  Refs #6998.

diff --git a/docker/workbench/application.yml.in b/docker/workbench/application.yml.in
index c0720b4..5e16928 100644
--- a/docker/workbench/application.yml.in
+++ b/docker/workbench/application.yml.in
@@ -25,4 +25,5 @@ common:
   site_name: @@WORKBENCH_SITE_NAME@@
   activation_contact_link: @@WORKBENCH_ACTIVATION_CONTACT_LINK@@
 
-  arvados_docsite: http://doc.@@ARVADOS_DOMAIN@@
\ No newline at end of file
+  arvados_docsite: http://doc.@@ARVADOS_DOMAIN@@
+  force_ssl: false

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list