Skip to content

Commit

Permalink
Use resque_admin_secret instead of hardcoded string
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Apr 10, 2012
1 parent 7c6f5e6 commit d28df54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrolls/resque.rb
Expand Up @@ -20,7 +20,7 @@
require 'resque/tasks' require 'resque/tasks'
RAKE RAKE


route %{match "/resque/eycloud", :to => Resque::Server, :anchor => false} route %Q{match "/resque/#{config['resque_admin_secret']}", :to => Resque::Server, :anchor => false}


if scroll? "eycloud_recipes_on_deploy" if scroll? "eycloud_recipes_on_deploy"


Expand Down

0 comments on commit d28df54

Please sign in to comment.