Update the example of config.ru in the README
This commit is contained in:
@@ -586,7 +586,7 @@ like Rack::Auth, OmniAuth, etc.
|
||||
```ruby
|
||||
#!/usr/bin/env ruby
|
||||
require 'rubygems'
|
||||
require 'gollum/frontend/app'
|
||||
require 'gollum/app'
|
||||
|
||||
gollum_path = File.expand_path(File.dirname(__FILE__)) # CHANGE THIS TO POINT TO YOUR OWN WIKI REPO
|
||||
Precious::App.set(:gollum_path, gollum_path)
|
||||
|
||||
Reference in New Issue
Block a user