Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
c9ad4e16693a
Commit
ed247b38
authored
Jun 21, 2012
by
randx
Browse files
resque auth example
parent
b03c3d1ce292
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/initializers/protect_resque.rb.example
0 → 100644
View file @
c9ad4e16
require 'resque/server'
Resque::Server.use(Rack::Auth::Basic) do |user, password|
user == "gitlab"
password == "5iveL!fe"
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment