asd
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
2025-09-18 22:22:11 +02:00
parent 8d0409a7ea
commit 589a22e5fe

View File

@ -104,6 +104,7 @@ Rails.application.configure do
config.file_watcher = ActiveSupport::EventedFileUpdateChecker
config.action_mailer.default_url_options = {
host: ENV['CANONICAL_HOST'], port: 3000
# host: ENV['CANONICAL_HOST'], port: 3000
host: ENV['CANONICAL_HOST']
}
end