Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / config / application.yml.example
index bd19dd59b38e6f31746c5871b4094429a363ea51..85df228f4855f755da2bf13fca31b6f85c689a0d 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 # Copy this file to application.yml and edit to suit.
 #
 # Consult application.default.yml for the full list of configuration
@@ -19,6 +23,10 @@ development:
   arvados_v1_base: https://arvados.local:3030/arvados/v1
   arvados_insecure_https: true
 
+  # You need to configure at least one of these:
+  keep_web_url: false
+  keep_web_download_url: false
+
 production:
   # At minimum, you need a nice long randomly generated secret_token here.
   secret_token: ~
@@ -27,3 +35,7 @@ production:
   arvados_login_base: https://arvados.local:3030/login
   arvados_v1_base: https://arvados.local:3030/arvados/v1
   arvados_insecure_https: false
+
+  # You need to configure at least one of these:
+  keep_web_url: false
+  keep_web_download_url: false