bikelomatic-complexity/btc-app-server

Mailer not sending link back to localhost

Closed this issue · 1 comments

Right now, the mailer is using the SERVER_DOMAIN key in the config files. The production value is the OpsWorks ELB. In the development stack, we want to use the value for localhost.

This was fixed in btc-infrastructure, by setting the SERVER_DOMAIN environment variable to match the instance's own IP or ELB.