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

Unified Diff: modules/rietveld/templates/config.ini.erb

Issue 6155422901731328: Run Rietveld using the AppEngine SDK (Closed)
Patch Set: Addressed comments and added caching Created June 4, 2015, 9:19 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/rietveld/templates/config.ini.erb
===================================================================
new file mode 100644
--- /dev/null
+++ b/modules/rietveld/templates/config.ini.erb
@@ -0,0 +1,7 @@
+[main]
+cookie_secret = <%= @secret_key %>
+admins = <% admins.each do |admin| %><%= admin %> <% end %>
+
+[oauth2]
+client_id = <%= @oauth2_client_id %>
+client_secret = <%= @oauth2_client_secret %>

Powered by Google App Engine
This is Rietveld