diff options
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/production.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index e814a66..ccd3012 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb | |||
@@ -92,4 +92,7 @@ Rails.application.configure do | |||
92 | 92 | ||
93 | # Do not dump schema after migrations. | 93 | # Do not dump schema after migrations. |
94 | config.active_record.dump_schema_after_migration = false | 94 | config.active_record.dump_schema_after_migration = false |
95 | |||
96 | # Store uploaded files on the local file system (see config/storage.yml for options). | ||
97 | config.active_storage.service = :local | ||
95 | end | 98 | end |