Bring the name of the workbench secret token config variable in line.
authorWard Vandewege <ward@clinicalfuture.com>
Mon, 18 Nov 2013 19:47:35 +0000 (14:47 -0500)
committerWard Vandewege <ward@clinicalfuture.com>
Mon, 18 Nov 2013 19:47:35 +0000 (14:47 -0500)
docker/workbench/secret_token.rb.in

index 5155b991f256f5173bee724f18a3c08efd365552..91c1a5cf467ee61d560bc9b40c74966f0c75819e 100644 (file)
@@ -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@@'