I'd like to define an API endpoint URL through a TypoScript constant, so that it can be overridden by editors.
At the same time I want to provide different default constant values depending on the TYPO3 Application Context (Development, Staging, Production).
How can I do this? Is it possible to use TypoScript conditions in constants files?