about summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/environments/production.rb3
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
95end 98end