20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / config / initializers / secret_token.rb.example
diff --git a/apps/workbench/config/initializers/secret_token.rb.example b/apps/workbench/config/initializers/secret_token.rb.example
deleted file mode 100644 (file)
index fa6e816..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright (C) The Arvados Authors. All rights reserved.
-#
-# SPDX-License-Identifier: AGPL-3.0
-
-# Be sure to restart your server when you modify this file.
-
-# Your secret key for verifying the integrity of signed cookies.
-# If you change this key, all old signed cookies will become invalid!
-# Make sure the secret is at least 30 characters and all random,
-# no regular words or you'll be exposed to dictionary attacks.
-ArvadosWorkbench::Application.config.secret_token ||= rand(2**256).to_s(36)