tracemap / tracemap-backend

The Tools Backend
4 stars 1 forks source link

Local password reset link #73

Open j0nxn opened 6 years ago

j0nxn commented 6 years ago

When launching angular and flask locally for development / testing, the backend should generate password reset links pointing to localhost:5000 and not to api.tracemap.info.

If possible we should solve this by maintaining / referencing a global environment variable in .env (e.g. API_URL).