【发布时间】:2016-09-06 04:07:55
【问题描述】:
我想在从 Meteor 验证/重置/注册过程发送的电子邮件模板中将域名从“localhost”更改为“www.someotherdomain.com”。它应该只是一个全局变量设置,但我找不到它。任何提示将不胜感激。
改变:
http://localhost:3000/reset-password/abcdefghijklmnoprqstuvwxyz
到:
http://www.someotherdomain.com/reset-password/abcdefghijklmnoprqstuvwxyz
谢谢,
更新:在下面的链接中找到答案。
Meteor - What is the purpose of "ROOT_URL" and to what should it be defined?
【问题讨论】: