forked from fixin.me/fixin.me
Add 'hosts' application setting
This commit is contained in:
parent
523fcd1353
commit
24f85d1d28
@ -33,7 +33,10 @@ module FixinMe
|
|||||||
|
|
||||||
# SETUP: Below settings need to be updated on a per-installation basis.
|
# SETUP: Below settings need to be updated on a per-installation basis.
|
||||||
#
|
#
|
||||||
# URL to use in sent e-mails
|
# URL to use in sent e-mails.
|
||||||
config.action_mailer.default_url_options = {host: 'localhost'}
|
config.action_mailer.default_url_options = {host: 'localhost'}
|
||||||
|
# List of hosts this app is available at.
|
||||||
|
# https://guides.rubyonrails.org/configuring.html#actiondispatch-hostauthorization
|
||||||
|
config.hosts << 'localhost'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user