Merge branch '12134-llfuse-patch'
[arvados.git] / apps / workbench / config / application.default.yml
index d851f47d69e88fdcd6d618020289009615aa7f78..da20573abb859b96a5202983ab9e77e1703ac25f 100644 (file)
@@ -99,7 +99,9 @@ test:
   profiling_enabled: true
   secret_token: <%= rand(2**256).to_s(36) %>
   secret_key_base: <%= rand(2**256).to_s(36) %>
-  keep_web_url: http://example/c=%{uuid_or_pdh}
+  # This setting is to allow workbench start when running tests, it should be
+  # set to a correct value when testing relevant features.
+  keep_web_url: http://example.com/c=%{uuid_or_pdh}
 
   # When you run the Workbench's integration tests, it starts the API
   # server as a dependency.  These settings should match the API
@@ -299,4 +301,4 @@ common:
 
   # Token to be included in all healthcheck requests. Disabled by default.
   # Workbench expects request header of the format "Authorization: Bearer xxx"
-  management_token: false
+  ManagementToken: false