Skip to content

Commit

Permalink
Merge pull request #15 from sul-dlss/update-prod-config
Browse files Browse the repository at this point in the history
Updates production config
  • Loading branch information
jchristo4 committed Feb 4, 2015
2 parents f28871e + 8e93bd6 commit 8f4602d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
config.assets.compile = false

# Generate digests for assets URLs.
config.assets.digest = true
config.assets.digest = false

# `config.assets.precompile` has moved to config/initializers/assets.rb

Expand All @@ -42,7 +42,7 @@
# config.force_ssl = true

# Set to :debug to see everything in the log.
config.log_level = :debug
config.log_level = :info

# Prepend all log lines with the following tags.
# config.log_tags = [ :subdomain, :uuid ]
Expand Down

0 comments on commit 8f4602d

Please sign in to comment.