diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-16 10:10:29 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-16 10:10:29 -0400 |
commit | d7dbb6519629db02447d95237ef7e8f6aa84d10a (patch) | |
tree | deaeefd5c67b6ce4902c664342d227318023e585 /config/environments | |
parent | 0987c239974f6f875edcf15539c0bf0d85bd1f23 (diff) | |
download | thoughts-d7dbb6519629db02447d95237ef7e8f6aa84d10a.tar.gz thoughts-d7dbb6519629db02447d95237ef7e8f6aa84d10a.tar.bz2 thoughts-d7dbb6519629db02447d95237ef7e8f6aa84d10a.zip |
Added ActiveStorage (but I'm not using it yet)
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 |