Skip to content

Confusing! We have two ways in specifying the ROOT_URL #337

@derwok

Description

@derwok

Confusing! We have two ways in specifying the ROOT_URL

  1. Meteor standard way via process.env
  2. 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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions