Confusing! We have two ways in specifying the ROOT_URL
- Meteor standard way via process.env
- Our settings.json allows to set a ROOT_URL
Funny enough: Both ways are used in different parts of our App:
When we generate EMails with links back to meeting series & meeting minutes we use #1. But
the Meteor-Files package we use for attachemtns & generated downloadable protocols uses way #2.
Proposal: To keep impact and side effects low, during startup() we should synchronize these two settings. By definition settings.json should win.
Confusing! We have two ways in specifying the ROOT_URL
Funny enough: Both ways are used in different parts of our App:
When we generate EMails with links back to meeting series & meeting minutes we use #1. But
the Meteor-Files package we use for attachemtns & generated downloadable protocols uses way #2.
Proposal: To keep impact and side effects low, during startup() we should synchronize these two settings. By definition settings.json should win.