Skip to content
Snippets Groups Projects
Commit 82be21fe authored by ArtOfCode-'s avatar ArtOfCode-
Browse files

Add default host to test env

parent 8f79cc9b
No related branches found
No related tags found
No related merge requests found
......@@ -41,4 +41,6 @@ Rails.application.configure do
# config.action_view.raise_on_missing_translations = true
config.active_storage.service = :test
config.action_mailer.default_url_options = { host: 'test.host' }
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment