X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1ce34af42e8cef54aaf1965fa9118011d1d674da..refs/heads/1904-wget-collections-wip:/docker/workbench/secret_token.rb.in diff --git a/docker/workbench/secret_token.rb.in b/docker/workbench/secret_token.rb.in index 5155b991f2..91c1a5cf46 100644 --- a/docker/workbench/secret_token.rb.in +++ b/docker/workbench/secret_token.rb.in @@ -4,4 +4,4 @@ # 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 = '@@WORKER_SECRET@@' +ArvadosWorkbench::Application.config.secret_token = '@@WORKBENCH_SECRET@@'