Skip to content

Commit 7d327a2

Browse files
committed
use minio in the production environment
1 parent cd97c53 commit 7d327a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX
3939

4040
# Store uploaded files on the local file system (see config/storage.yml for options).
41-
config.active_storage.service = :local
41+
config.active_storage.service = :minio
4242

4343
# Mount Action Cable outside main process or domain.
4444
# config.action_cable.mount_path = nil

0 commit comments

Comments
 (0)