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 395f1a9..0000000
+++ /dev/null
@@ -1,20 +0,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"
-
-common:
-  # 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:3000/login
-  arvados_v1_base: https://arvados.local:3000/arvados/v1
-  arvados_insecure_https: true