How do you enable ldap or make the wiki private?
Can you elaborate more in the readme about where to set these variables?
Here's what I have tried:
git clone https://github.com/MetaMeute/gollum-frontend.git
bundle install
Then I edited the app.rb file and tried to edit the ldap settings or add the:
Precious::App.set(:private, true)
I tried adding them before line 40 in the app.rb file. Is there a better way/ place to do this?