]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dev/templates/default/apache.rails.erb
Set SECRET_KEY_BASE to a random value for dev apis
[chef.git] / cookbooks / dev / templates / default / apache.rails.erb
index 7d45abe214ac1d3909b4f49bd478286b270d27c4..4874416c3b36aff7aea1b45a1cefeba7fcd47d20 100644 (file)
@@ -13,4 +13,6 @@
        ErrorLog /var/log/apache2/<%= @name %>-error.log
 
        RailsEnv production
+
+       SetEnv SECRET_KEY_BASE <%= @secret_key_base %>
 </VirtualHost>