Этот коммит содержится в:
Mattia Roccoberton
2025-03-14 13:32:57 +01:00
родитель 21fc69c2c0
Коммит 9d891f0602
12 изменённых файлов: 244 добавлений и 35 удалений

Просмотреть файл

@@ -3,6 +3,11 @@ default: &default
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
timeout: 5000
development:
<<: *default
database: db/development.sqlite3
schema_dump: schema_development.rb
test:
<<: *default
database: db/test.sqlite3

Просмотреть файл

@@ -29,7 +29,7 @@ Rails.application.configure do
end
# Store uploaded files on the local file system (see config/storage.yml for options).
# config.active_storage.service = :local
config.active_storage.service = :local
# # Don't care if the mailer can't send.
# config.action_mailer.raise_delivery_errors = false