Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: modules/rietveld/templates/config.ini.erb

Issue 6155422901731328: Run Rietveld using the AppEngine SDK (Closed)
Left Patch Set: Addressed comments and added proper configuration Created June 3, 2015, 3:31 p.m.
Right Patch Set: Addressed comments and added caching Created June 4, 2015, 9:19 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
LEFTRIGHT
(no file at all)
1 [main]
2 cookie_secret = <%= @secret_key %>
3 admins = <% admins.each do |admin| %><%= admin %> <% end %>
4
5 [oauth2]
6 client_id = <%= @oauth2_client_id %>
7 client_secret = <%= @oauth2_client_secret %>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld