diff options
| author | Luc Donnet | 2015-05-26 10:35:24 +0200 |
|---|---|---|
| committer | Luc Donnet | 2015-05-26 10:35:46 +0200 |
| commit | 38ecc836efa2589d41cd042416d9bf40d0ef8917 (patch) | |
| tree | cab475093abdae719973f4ff604773208b4c955a /README.md | |
| parent | 7d5d6075e3f37485d840036b05edf80e25e1e1e4 (diff) | |
| download | chouette-core-38ecc836efa2589d41cd042416d9bf40d0ef8917.tar.bz2 | |
Update README with assets mode in production.rb
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |
