20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / config / application.yml.example
diff --git a/apps/workbench/config/application.yml.example b/apps/workbench/config/application.yml.example
deleted file mode 100644 (file)
index 85df228..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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
-# settings.
-#
-# The order of precedence is:
-# 1. config/environments/{RAILS_ENV}.rb (deprecated)
-# 2. Section in application.yml corresponding to RAILS_ENV (e.g., development)
-# 3. Section in application.yml called "common"
-# 4. Section in application.default.yml corresponding to RAILS_ENV
-# 5. Section in application.default.yml called "common"
-
-development:
-  # At minimum, you need a nice long randomly generated secret_token here.
-  secret_token: ~
-
-  # You probably also want to point to your API server.
-  arvados_login_base: https://arvados.local:3030/login
-  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: ~
-
-  # You probably also want to point to your API server.
-  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