X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/491ebf4a1574c3ff6f72a22386ccdbcb445a8686..7c78bea1fde0f581e31338e860ecb89ef91285d9:/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@@'