我有 rails 应用程序,并且我在 heroku 中托管。创建用户时,设计会向邮件发送确认,单击链接将确认用户帐户。问题是邮件中的链接指向 localhost 而不是 herokuapp.com,所以我怎样才能将链接从 localhost 更改为 herokuapp.com。请帮我
邮件中的链接指向
http://localhost:3000/signup/confirmation?confirmation_token=sdgfshtdf364wygd
但我希望链接指向
http://example.herokuapp.com/signup/confirmation?confirmation_token=sdgfshtdf364wygd