bikelomatic-complexity / btc-app-server

Api server for the Bicycle Touring Companion
GNU Affero General Public License v3.0
0 stars 2 forks source link

Mailer not sending link back to localhost #28

Closed stevekroh closed 8 years ago

stevekroh commented 8 years ago

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.

stevekroh commented 8 years ago

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