mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
using sprockets-rails instead of quiet-assets
This commit is contained in:
parent
46774748ba
commit
9ace40d9fc
3 changed files with 7 additions and 5 deletions
|
|
@ -34,6 +34,9 @@ Osem::Application.configure do
|
|||
# Do not eager load code on boot.
|
||||
config.eager_load = false
|
||||
|
||||
# Do not log asset requests
|
||||
config.assets.quiet = true
|
||||
|
||||
# Set the detault url for action mailer
|
||||
config.action_mailer.default_url_options = { host: (ENV['OSEM_HOSTNAME'] || 'localhost:3000') }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue