Browse Source

#99

feature/099
みてるぞ 1 week ago
parent
commit
e38c3cffd6
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      backend/config/environments/production.rb

+ 1
- 2
backend/config/environments/production.rb View File

@@ -18,8 +18,7 @@ Rails.application.configure do
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
# config.asset_host = "http://assets.example.com"

# TODO: オブスト契約したら :r2 に変更する.
config.active_storage.service = :local
config.active_storage.service = :r2

# Assume all access to the app is happening through a SSL-terminating reverse proxy.
config.assume_ssl = true


Loading…
Cancel
Save