aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLuc Donnet2015-05-26 10:35:24 +0200
committerLuc Donnet2015-05-26 10:35:46 +0200
commit38ecc836efa2589d41cd042416d9bf40d0ef8917 (patch)
treecab475093abdae719973f4ff604773208b4c955a /README.md
parent7d5d6075e3f37485d840036b05edf80e25e1e1e4 (diff)
downloadchouette-core-38ecc836efa2589d41cd042416d9bf40d0ef8917.tar.bz2
Update README with assets mode in production.rb
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index fa904c647..3ade62785 100644
--- a/README.md
+++ b/README.md
@@ -91,6 +91,9 @@ Configure for Generating URLs in Action Mailer Views.
* Edit [production.rb](./config/environments/production.rb) and change ```config.action_mailer.default_url_options```
* see [Action Mailer Configuration documentation](http://guides.rubyonrails.org/action_mailer_basics.html)
+Configure assets access (Must be true if you use Webrick or false if you use Apache or Nginx).
+* Edit [production.rb](./config/environments/production.rb) and change ```config.serve_static_assets```
+
Configure SMTP settings.
* Edit [production.rb](./config/environments/production.rb) and change ```ActionMailer::Base.smtp_settings```
* see [Action Mailer Configuration documentation](http://guides.rubyonrails.org/action_mailer_basics.html)