mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
changing default mailer url in development from test.com to 0.0.0.0:3000
This commit is contained in:
@@ -31,7 +31,7 @@ Openfoodnetwork::Application.configure do
|
||||
|
||||
# Show emails using Letter Opener
|
||||
config.action_mailer.delivery_method = :letter_opener
|
||||
config.action_mailer.default_url_options = { host: "test.com" }
|
||||
config.action_mailer.default_url_options = { host: "0.0.0.0:3000" }
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user