Don't dump schema in production
This commit is contained in:
parent
ae193fe011
commit
f963bfee92
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ Foodsoft::Application.configure do
|
||||||
config.logger = ActiveSupport::TaggedLogging.new(logger)
|
config.logger = ActiveSupport::TaggedLogging.new(logger)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Don't dump schema in production (especially useful for Docker)
|
||||||
|
config.active_record.dump_schema_after_migration = false
|
||||||
|
|
||||||
# Use a different cache store in production.
|
# Use a different cache store in production.
|
||||||
# config.cache_store = :mem_cache_store
|
# config.cache_store = :mem_cache_store
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue