We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4ed45 commit 92cc6e0Copy full SHA for 92cc6e0
config/environments/production.rb
@@ -37,8 +37,8 @@
37
# config.action_dispatch.x_sendfile_header = "X-Sendfile" # for Apache
38
# config.action_dispatch.x_sendfile_header = "X-Accel-Redirect" # for NGINX
39
40
- # Store uploaded files on the local file system (see config/storage.yml for options).
41
- config.active_storage.service = :local
+ # Store uploaded files on digitalocean (see config/storage.yml for options).
+ config.active_storage.service = :digitalocean
42
43
# Mount Action Cable outside main process or domain.
44
# config.action_cable.mount_path = nil
0 commit comments